From eea7a2ab504fe231fa76ab1f23a8d0d0d2dbd4a7 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:41:44 +0000 Subject: [PATCH] Fixup script translation --- src/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index ed9213b74c85..03500bce4d28 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3678,7 +3678,9 @@ "duplicate": "[%key:ui::common::duplicate%]", "empty_header": "Create your first script", "empty_text": "A script is a sequence of actions that can be run from a dashboard, an automation, or be triggered by voice. For example, a ''Wake-up routine''' script that gradually turns on the light in the bedroom and opens the blinds after a delay.", - "search": "Search {number} scripts" + "search": "Search {number} scripts", + "migrate_script": "Migrate script?", + "migrate_script_description": "You can migrate this script, so it can be edited from the UI. After it is migrated and you have saved it, you will have to manually delete your old script from your configuration. Do you want to migrate this script?" }, "dialog_new": { "header": "Create script", @@ -3748,9 +3750,7 @@ "save_script": "Save script", "sequence": "Sequence", "sequence_sentence": "The sequence of actions of this script.", - "link_available_actions": "Learn more about available actions.", - "migrate_script": "Migrate script?", - "migrate_script_description": "You can migrate this script, so it can be edited from the UI. After it is migrated and you have saved it, you will have to manually delete your old script from your configuration. Do you want to migrate this script?" + "link_available_actions": "Learn more about available actions." }, "trace": { "edit_script": "Edit script"