From a94460a0c7c63fd1c743d4ca494c4ec021efaf17 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Fri, 27 Dec 2024 09:40:23 +0100 Subject: [PATCH] Replace "Show settings" with just "Settings" for automations (#23466) For automations / scenes / scripts the menu item to open the settings dialog is currently "Show settings". The use of "Show" is misleading here as this usually pairs with "Hide". It's also inconsistent as for all other settings in Home Assistant the menu items, buttons or tooltips don't use "show". Also note that it's just "Information" or "Traces" for similar other items in the same menu. --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 6227fff0e7..7c10011ae6 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2948,7 +2948,7 @@ "edit_automation": "Edit automation", "dev_automation": "Debug automation", "show_info_automation": "Show info about automation", - "show_settings": "Show settings", + "show_settings": "Settings", "delete": "[%key:ui::common::delete%]", "delete_confirm_title": "Delete automation?", "delete_confirm_text": "{name} will be permanently deleted.",