mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
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:
parent
60e57748f7
commit
a94460a0c7
@ -2948,7 +2948,7 @@
|
|||||||
"edit_automation": "Edit automation",
|
"edit_automation": "Edit automation",
|
||||||
"dev_automation": "Debug automation",
|
"dev_automation": "Debug automation",
|
||||||
"show_info_automation": "Show info about automation",
|
"show_info_automation": "Show info about automation",
|
||||||
"show_settings": "Show settings",
|
"show_settings": "Settings",
|
||||||
"delete": "[%key:ui::common::delete%]",
|
"delete": "[%key:ui::common::delete%]",
|
||||||
"delete_confirm_title": "Delete automation?",
|
"delete_confirm_title": "Delete automation?",
|
||||||
"delete_confirm_text": "{name} will be permanently deleted.",
|
"delete_confirm_text": "{name} will be permanently deleted.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user