From 95ac8eb5ab3b77118dd7f54d5d558a96a0860434 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 13 Jan 2025 09:11:11 +0100 Subject: [PATCH] Use consistent "More info" for To-do-lists and automations etc. (#23459) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 26bdffec75..b9ca0c9667 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3410,7 +3410,7 @@ "run": "Run actions", "rename": "[%key:ui::panel::config::automation::editor::triggers::rename%]", "show_trace": "Traces", - "show_info": "Information", + "show_info": "More info", "default_name": "New automation", "missing_name": "Cannot save automation without a name", "traces_not_available": "Automations need an ID for history to be tracked. Add an ID to your automation to make it available in traces.", @@ -7525,7 +7525,7 @@ "create_list": "Create list", "delete_list": "Delete list", "add_item": "Add item", - "information": "Information", + "information": "More info", "delete_confirm_title": "Remove {name}?", "delete_confirm_text": "Are you sure you want to remove this list and all of its items?", "restart_confirm": "Restart Home Assistant to finish removing this to-do list"