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.
This commit is contained in:
Norbert Rittel 2024-12-27 09:40:23 +01:00 committed by GitHub
parent 60e57748f7
commit a94460a0c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.",