mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Replace "Add" with "Create" in description of Helper (#131407)
The user can create Statistics helpers for different purposes. Following the HA Design guidelines this means that the description in the dialog should use "Create" not "Add".
This commit is contained in:
parent
cfa8ca877f
commit
913ec53f8c
@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"description": "Add a statistics sensor",
|
"description": "Create a statistics sensor",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "[%key:common::config_flow::data::name%]",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"entity_id": "Entity"
|
"entity_id": "Entity"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user