Fix minor language issues in strings.json (#112006)

language fix: allow -> allows
This commit is contained in:
Chris Helming 2024-03-01 20:00:03 -05:00 committed by GitHub
parent 8077654002
commit 8ff2a39238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"title": "Random sensor" "title": "Random sensor"
}, },
"user": { "user": {
"description": "This helper allow you to create a helper that emits a random value.", "description": "This helper allows you to create a helper that emits a random value.",
"menu_options": { "menu_options": {
"binary_sensor": "Random binary sensor", "binary_sensor": "Random binary sensor",
"sensor": "Random sensor" "sensor": "Random sensor"

View File

@ -20,7 +20,7 @@
"title": "Template sensor" "title": "Template sensor"
}, },
"user": { "user": {
"description": "This helper allow you to create helper entities that define their state using a template.", "description": "This helper allows you to create helper entities that define their state using a template.",
"menu_options": { "menu_options": {
"binary_sensor": "Template a binary sensor", "binary_sensor": "Template a binary sensor",
"sensor": "Template a sensor" "sensor": "Template a sensor"