diff --git a/src/panels/config/script/ha-script-picker.ts b/src/panels/config/script/ha-script-picker.ts index 17d5134c4f..99d23503e1 100644 --- a/src/panels/config/script/ha-script-picker.ts +++ b/src/panels/config/script/ha-script-picker.ts @@ -55,11 +55,7 @@ class HaScriptPicker extends LitElement {

- + ${this.scripts.length === 0 ? html`
diff --git a/src/translations/en.json b/src/translations/en.json index bcd426090d..9b2d7f0b7b 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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" },