mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
Make titles and headers more consistent (#505)
This commit is contained in:
parent
f8ab2dc08f
commit
43a00d70d9
@ -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.
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user