mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Remove 'Pick script to edit' headline from script editor (#3873)
Fixes #3829
This commit is contained in:
parent
38bf2e116b
commit
476525e0d4
@ -55,11 +55,7 @@ class HaScriptPicker extends LitElement {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ha-card
|
<ha-card>
|
||||||
header="${this.hass.localize(
|
|
||||||
"ui.panel.config.script.picker.pick_script"
|
|
||||||
)}"
|
|
||||||
>
|
|
||||||
${this.scripts.length === 0
|
${this.scripts.length === 0
|
||||||
? html`
|
? html`
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
|
@ -924,7 +924,6 @@
|
|||||||
"header": "Script Editor",
|
"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.",
|
"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",
|
"learn_more": "Learn more about scripts",
|
||||||
"pick_script": "Pick script to edit",
|
|
||||||
"no_scripts": "We couldn’t find any editable scripts",
|
"no_scripts": "We couldn’t find any editable scripts",
|
||||||
"add_script": "Add script"
|
"add_script": "Add script"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user