mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Replace "Add" with "Create" in description of Helper (#131403)
Replace "Add" with "Create" for Helper type The user can create History stats sensor helpers for different purposes. Following the HA Design guidelines this means that the description should use "Create" not "Add".
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Add a history stats sensor",
|
||||
"description": "Create a history stats sensor",
|
||||
"data": {
|
||||
"name": "[%key:common::config_flow::data::name%]",
|
||||
"entity_id": "Entity",
|
||||
|
Reference in New Issue
Block a user