From 713e8e7b71e7e5a0e49eecc4a8f4268ad94febbb Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 20 Jul 2025 10:17:48 +0200 Subject: [PATCH] Fix missing sentence-casing in Quickbar navigation items (#26224) Fix missing sentence-casing in Quickbar navigation Also replace one occurrence of "configuration" with "settings" as this is now it's menu title. --- src/translations/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 08f70946b4..b703e2816e 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1292,7 +1292,7 @@ "person": "[%key:ui::panel::config::person::caption%]", "devices": "[%key:ui::panel::config::devices::caption%]", "entities": "[%key:ui::panel::config::entities::caption%]", - "energy": "Energy Configuration", + "energy": "Energy configuration", "lovelace": "[%key:ui::panel::config::lovelace::caption%]", "zone": "[%key:ui::panel::config::zone::caption%]", "users": "[%key:ui::panel::config::users::caption%]", @@ -1309,9 +1309,9 @@ "blueprint": "[%key:ui::panel::config::blueprint::caption%]", "server_control": "[%key:ui::panel::developer-tools::tabs::yaml::title%]", "system": "[%key:ui::panel::config::dashboard::system::main%]", - "addon_dashboard": "Add-on Dashboard", - "addon_store": "Add-on Store", - "addon_info": "{addon} Info" + "addon_dashboard": "Add-on dashboard", + "addon_store": "Add-on store", + "addon_info": "{addon} info" } }, "filter_placeholder": "Search entities", @@ -7196,7 +7196,7 @@ }, "save_config": { "header": "Take control of your dashboard", - "para": "This dashboard is currently being maintained by Home Assistant. It is automatically updated when new entities or dashboard components become available. If you take control, this dashboard will no longer be automatically updated. You can always create a new dashboard in configuration to play around with.", + "para": "This dashboard is currently being maintained by Home Assistant. It is automatically updated when new entities or dashboard components become available. If you take control, this dashboard will no longer be automatically updated. You can always create a new dashboard in settings to play around with.", "para_sure": "Are you sure you want to take control of your user interface?", "yaml_mode": "You are using YAML mode for this dashboard, which means you cannot change your dashboard config from the UI. If you want to manage this dashboard from the UI, remove 'mode: yaml' from your dashboard configuration in 'configuration.yaml.'.", "yaml_control": "To take control in YAML mode, create a YAML file with the name you specified in your config for this dashboard, or the default 'ui-lovelace.yaml'.",