From 42953a0b628802b655e0e6337da4b5a98cab55de Mon Sep 17 00:00:00 2001 From: Josh McCarty Date: Thu, 18 Oct 2018 00:25:35 -0700 Subject: [PATCH] Use title case for all configuration pages (#1793) Localize translations will need to be updated separately. --- 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 7710751d4e..2afdb60567 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -511,7 +511,7 @@ "description": "Validate your configuration file and control the server", "section": { "core": { - "header": "Configuration and server control", + "header": "Configuration and Server Control", "introduction": "Changing your configuration can be a tiresome process. We know. This section will try to make your life a little bit easier.", "validation": { "heading": "Configuration validation", @@ -545,7 +545,7 @@ "caption": "Automation", "description": "Create and edit automations", "picker": { - "header": "Automation editor", + "header": "Automation Editor", "introduction": "The automation editor allows you to create and edit automations. Please read [the instructions](https://home-assistant.io/docs/automation/editor/) to make sure that you have configured Home Assistant correctly.", "pick_automation": "Pick automation to edit", "no_automations": "We couldn’t find any editable automations",