From cfa8ca877fbee6713331c90da53c1737bf8f621c Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sat, 23 Nov 2024 22:58:16 +0100 Subject: [PATCH] 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". --- homeassistant/components/history_stats/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/history_stats/strings.json b/homeassistant/components/history_stats/strings.json index 8961d66118d..aff2ac50bef 100644 --- a/homeassistant/components/history_stats/strings.json +++ b/homeassistant/components/history_stats/strings.json @@ -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",