From 0c382f19670c10ccddd9f3478176e8799199f1f5 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 20 Nov 2024 20:39:05 +0100 Subject: [PATCH] =?UTF-8?q?Change=20"Add=20script"=20and=20"Add=20scene"?= =?UTF-8?q?=20to=20"Create=20=E2=80=A6"=20(#22922)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index d61e7f7f75..c04c8c9a0a 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3737,7 +3737,7 @@ "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", "no_scripts": "We couldn't find any scripts", - "add_script": "Add script", + "add_script": "Create script", "run_script": "Run script", "run": "Run", "show_trace": "[%key:ui::panel::config::automation::editor::show_trace%]", @@ -3846,7 +3846,7 @@ "learn_more": "Learn more about scenes", "pick_scene": "Pick scene to edit", "no_scenes": "We couldn't find any scenes", - "add_scene": "Add scene", + "add_scene": "Create scene", "only_editable": "Only scenes defined in scenes.yaml are editable.", "edit_scene": "Edit scene", "show_info": "[%key:ui::panel::config::automation::editor::show_info%]",