From 1efe61445f06d3562c0e4db1bc2949528abba52c Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 16 Dec 2024 09:44:17 +0100 Subject: [PATCH] Fix typo "dasboard" and missing hyphen in en.json (#23303) Add the missing "h" to "Choose a dasboard" Add the missing hyphen to "auto generated" --- 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 52be3e9244..bbc3ceb508 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -6030,8 +6030,8 @@ "strategy_type": "strategy" }, "select_dashboard": { - "header": "Choose a dasboard", - "cannot_move_to_strategy": "The view cannot be moved because the selected dashboard is auto generated.", + "header": "Choose a dashboard", + "cannot_move_to_strategy": "The view cannot be moved because the selected dashboard is auto-generated.", "get_config_failed": "Failed to load selected dashboard config.", "move_failed": "Failed to move the view to the new dashboard, please try again.", "revert_failed": "Failed to move the view to the new dashboard, your dashboards are in an unknown state. Please reload the page and check if everything is in place.",