From 6cd8471b91c950862780a6debc0fffbbf9b6a7d7 Mon Sep 17 00:00:00 2001 From: Abdulrasheed Abdulsalam <99979436+TRIPLE-ADE@users.noreply.github.com> Date: Sun, 13 Oct 2024 11:11:27 +0100 Subject: [PATCH] Fix: correct some typos in translation file (#22353) --- 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 8fc52ddd5c..cc08d701a6 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2811,7 +2811,7 @@ "migrate": "Migrate", "duplicate": "[%key:ui::common::duplicate%]", "take_control": "Take control", - "confirm_take_control": "Your are viewing a preview of the automation config, do you want to take control?", + "confirm_take_control": "You are viewing a preview of the automation config, do you want to take control?", "run": "[%key:ui::panel::config::automation::editor::actions::run%]", "rename": "[%key:ui::panel::config::automation::editor::triggers::rename%]", "show_trace": "Traces", @@ -3694,7 +3694,7 @@ "rename": "[%key:ui::panel::config::automation::editor::triggers::rename%]", "change_mode": "[%key:ui::panel::config::automation::editor::change_mode%]", "take_control": "[%key:ui::panel::config::automation::editor::take_control%]", - "confirm_take_control": "Your are viewing a preview of the script config, do you want to take control?", + "confirm_take_control": "You are viewing a preview of the script config, do you want to take control?", "read_only": "This script cannot be edited from the UI, because it is not stored in the ''scripts.yaml'' file.", "unavailable": "Script is unavailable", "migrate": "Migrate",