Make titles and headers more consistent (#505)

This commit is contained in:
Georgi Yanev 2017-10-27 06:13:01 +03:00 committed by Paulus Schoutsen
parent f8ab2dc08f
commit 43a00d70d9
4 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@
<ha-config-section <ha-config-section
is-wide='[[isWide]]' is-wide='[[isWide]]'
> >
<div slot='header'>Automation editor</div> <div slot='header'>Automation Editor</div>
<div slot='introduction'> <div slot='introduction'>
The automation editor allows you to create and edit automations. The automation editor allows you to create and edit automations.
Please read <a href='https://home-assistant.io/docs/automation/editor/' target='_blank'>the instructions</a> to make sure that you have configured Home Assistant correctly. Please read <a href='https://home-assistant.io/docs/automation/editor/' target='_blank'>the instructions</a> to make sure that you have configured Home Assistant correctly.

View File

@ -35,7 +35,7 @@
icon='mdi:arrow-left' icon='mdi:arrow-left'
on-tap='_backTapped' on-tap='_backTapped'
></paper-icon-button> ></paper-icon-button>
<div main-title>Core</div> <div main-title>General</div>
</app-toolbar> </app-toolbar>
</app-header> </app-header>

View File

@ -44,7 +44,7 @@
<ha-config-section <ha-config-section
is-wide='[[isWide]]' is-wide='[[isWide]]'
> >
<span slot='header'>Server Management</span> <span slot='header'>Configuration and Server Control</span>
<span slot='introduction'> <span slot='introduction'>
Changing your configuration can be a tiresome process. We know. This section will try to make your life a little bit easier. Changing your configuration can be a tiresome process. We know. This section will try to make your life a little bit easier.
</span> </span>

View File

@ -52,7 +52,7 @@
<ha-config-section <ha-config-section
is-wide='[[isWide]]' is-wide='[[isWide]]'
> >
<div slot='header'>Script editor</div> <div slot='header'>Script Editor</div>
<div slot='introduction'> <div slot='introduction'>
The script editor allows you to create and edit scripts. The script editor allows you to create and edit scripts.
Please read <a href='https://home-assistant.io/docs/scripts/editor/' target='_blank'>the instructions</a> to make sure that you have configured Home Assistant correctly. Please read <a href='https://home-assistant.io/docs/scripts/editor/' target='_blank'>the instructions</a> to make sure that you have configured Home Assistant correctly.