From 3b7d2869e5d3ffe5ef88b8e87441241f23366f44 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 10 Jul 2025 18:07:11 +0200 Subject: [PATCH] Fix sentence-casing of two "More Info" button labels (#26135) Fix sentence-casing of two "More Info" buttons - the one in the Dev tools opens the "More info" dialog for the entity, so it's changed to that dialog's name - the one for Thread configuration opens href=${documentationUrl(this.hass, `/integrations/thread`)} therefore it's changed to "More information" --- 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 ab4ca83702..55aa8e75b6 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5672,7 +5672,7 @@ "other_networks": "Other networks", "my_network": "Preferred network", "no_preferred_network": "You don't have a preferred network yet.", - "more_info": "More Info", + "more_info": "More information", "add_open_thread_border_router": "Add an OpenThread border router", "reset_border_router": "Reset border router", "add_to_my_network": "Add to preferred network", @@ -8511,7 +8511,7 @@ "filter_states": "Filter states", "filter_attributes": "Filter attributes", "no_entities": "No entities", - "more_info": "More Info", + "more_info": "More info", "alert_entity_field": "Entity is a mandatory field", "last_updated": "[%key:ui::dialogs::more_info_control::last_updated%]", "last_changed": "[%key:ui::dialogs::more_info_control::last_changed%]",