mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +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>
|
||||
</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">
|
||||
|
@ -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 couldn’t find any editable scripts",
|
||||
"add_script": "Add script"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user