From c3c1c3eb46eefbb789019e67cd02fa2acf9de53c Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Fri, 3 Apr 2026 21:57:00 +0200 Subject: [PATCH] Improve Shopping List action naming consistency (#167248) --- .../components/shopping_list/strings.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/shopping_list/strings.json b/homeassistant/components/shopping_list/strings.json index 7826f06618a6..925fffffb4b6 100644 --- a/homeassistant/components/shopping_list/strings.json +++ b/homeassistant/components/shopping_list/strings.json @@ -30,11 +30,11 @@ }, "clear_completed_items": { "description": "Removes completed items from the shopping list.", - "name": "Clear completed items" + "name": "Clear completed shopping list items" }, "complete_all": { "description": "Marks all items as completed in the shopping list (without removing them from the list).", - "name": "Complete all" + "name": "Complete all shopping list items" }, "complete_item": { "description": "Marks the first item with matching name as completed in the shopping list.", @@ -44,11 +44,11 @@ "name": "[%key:common::config_flow::data::name%]" } }, - "name": "Complete item" + "name": "Complete shopping list item" }, "incomplete_all": { "description": "Marks all items as incomplete in the shopping list.", - "name": "Incomplete all" + "name": "Incomplete all shopping list items" }, "incomplete_item": { "description": "Marks the first item with matching name as incomplete in the shopping list.", @@ -58,7 +58,7 @@ "name": "[%key:common::config_flow::data::name%]" } }, - "name": "Incomplete item" + "name": "Incomplete shopping list item" }, "remove_item": { "description": "Removes the first item with matching name from the shopping list.", @@ -68,7 +68,7 @@ "name": "[%key:common::config_flow::data::name%]" } }, - "name": "Remove item" + "name": "Remove shopping list item" }, "sort": { "description": "Sorts all items by name in the shopping list.", @@ -78,7 +78,7 @@ "name": "Sort reverse" } }, - "name": "Sort all items" + "name": "Sort shopping list" } }, "title": "Shopping List"