Skip to content

Commit 3b7d286

Browse files
authored
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"
1 parent bcda5cd commit 3b7d286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5672,7 +5672,7 @@
56725672
"other_networks": "Other networks",
56735673
"my_network": "Preferred network",
56745674
"no_preferred_network": "You don't have a preferred network yet.",
5675-
"more_info": "More Info",
5675+
"more_info": "More information",
56765676
"add_open_thread_border_router": "Add an OpenThread border router",
56775677
"reset_border_router": "Reset border router",
56785678
"add_to_my_network": "Add to preferred network",
@@ -8511,7 +8511,7 @@
85118511
"filter_states": "Filter states",
85128512
"filter_attributes": "Filter attributes",
85138513
"no_entities": "No entities",
8514-
"more_info": "More Info",
8514+
"more_info": "More info",
85158515
"alert_entity_field": "Entity is a mandatory field",
85168516
"last_updated": "[%key:ui::dialogs::more_info_control::last_updated%]",
85178517
"last_changed": "[%key:ui::dialogs::more_info_control::last_changed%]",

0 commit comments

Comments
 (0)