From a5a9bcafa7e610db074aa0952761f67d15f85d26 Mon Sep 17 00:00:00 2001 From: lunmay <28674102+lunmay@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:48:20 +0100 Subject: [PATCH] Typo fixes: "url" -> "URL" in blueprint (#18808) --- 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 cd9d34cb2d..a0d485a375 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2962,9 +2962,9 @@ "view_script": "Show scripts using this blueprint", "delete_blueprint": "Delete blueprint", "share_blueprint": "Share blueprint", - "share_blueprint_no_url": "Unable to share blueprint: no source url", + "share_blueprint_no_url": "Unable to share blueprint: no source URL", "re_import_blueprint": "Re-import blueprint", - "re_import_blueprint_no_url": "Unable to re-import blueprint: no source url", + "re_import_blueprint_no_url": "Unable to re-import blueprint: no source URL", "re_import_confirm_title": "Re-import blueprint", "re_import_confirm_text": "[%key:ui::panel::config::blueprint::add::override_description%]", "re_import_confirm_action": "Re-import",