From 476525e0d45d5602b14abaa2f352d5d23162d2fb Mon Sep 17 00:00:00 2001
From: Tom Raithel
Date: Sun, 13 Oct 2019 13:18:43 +0200
Subject: [PATCH] Remove 'Pick script to edit' headline from script editor
(#3873)
Fixes #3829
---
src/panels/config/script/ha-script-picker.ts | 6 +-----
src/translations/en.json | 1 -
2 files changed, 1 insertion(+), 6 deletions(-)
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"
},