mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 12:15:49 +00:00
Fix minor language issues in strings.json (#112006)
language fix: allow -> allows
This commit is contained in:
committed by
Paulus Schoutsen
parent
2c38b5ee7b
commit
92d3dccb94
@@ -19,7 +19,7 @@
|
||||
"title": "Random sensor"
|
||||
},
|
||||
"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": {
|
||||
"binary_sensor": "Random binary sensor",
|
||||
"sensor": "Random sensor"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"title": "Template sensor"
|
||||
},
|
||||
"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": {
|
||||
"binary_sensor": "Template a binary sensor",
|
||||
"sensor": "Template a sensor"
|
||||
|
||||
Reference in New Issue
Block a user