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"