Remove 'Pick script to edit' headline from script editor (#3873)

Fixes #3829
This commit is contained in:
Tom Raithel 2019-10-13 13:18:43 +02:00 committed by Bram Kragten
parent 38bf2e116b
commit 476525e0d4
2 changed files with 1 additions and 6 deletions

View File

@ -55,11 +55,7 @@ class HaScriptPicker extends LitElement {
</p>
</div>
<ha-card
header="${this.hass.localize(
"ui.panel.config.script.picker.pick_script"
)}"
>
<ha-card>
${this.scripts.length === 0
? html`
<div class="card-content">

View File

@ -924,7 +924,6 @@
"header": "Script Editor",
"introduction": "The script editor allows you to create and edit scripts. Please follow the link below to read the instructions to make sure that you have configured Home Assistant correctly.",
"learn_more": "Learn more about scripts",
"pick_script": "Pick script to edit",
"no_scripts": "We couldnt find any editable scripts",
"add_script": "Add script"
},