mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 02:16: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
|
||||
is-wide='[[isWide]]'
|
||||
>
|
||||
<div slot='header'>Automation editor</div>
|
||||
<div slot='header'>Automation Editor</div>
|
||||
<div slot='introduction'>
|
||||
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.
|
||||
|
@ -35,7 +35,7 @@
|
||||
icon='mdi:arrow-left'
|
||||
on-tap='_backTapped'
|
||||
></paper-icon-button>
|
||||
<div main-title>Core</div>
|
||||
<div main-title>General</div>
|
||||
</app-toolbar>
|
||||
</app-header>
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
<ha-config-section
|
||||
is-wide='[[isWide]]'
|
||||
>
|
||||
<span slot='header'>Server Management</span>
|
||||
<span slot='header'>Configuration and Server Control</span>
|
||||
<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.
|
||||
</span>
|
||||
|
@ -52,7 +52,7 @@
|
||||
<ha-config-section
|
||||
is-wide='[[isWide]]'
|
||||
>
|
||||
<div slot='header'>Script editor</div>
|
||||
<div slot='header'>Script Editor</div>
|
||||
<div slot='introduction'>
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user