From 99eb15d15e21c745e89a307fe87faf64ad94ea73 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 3 Dec 2020 18:08:14 +0100 Subject: [PATCH] Improve blueprint translations (#7892) --- src/translations/en.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 124eb186ab..d09621d41b 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1470,18 +1470,18 @@ "delete_blueprint": "Delete blueprint" }, "add": { - "header": "Add new blueprint", - "import_header": "Import \"{name}\" (type: {domain})", + "header": "Import a blueprint", + "import_header": "Blueprint \"{name}\"", "import_introduction": "You can import blueprints of other users from Github and the community forums. Enter the URL of the blueprint below.", "url": "URL of the blueprint", "raw_blueprint": "Blueprint content", - "importing": "Importing blueprint...", - "import_btn": "Import blueprint", - "saving": "Saving blueprint...", - "save_btn": "Save blueprint", + "importing": "Loading blueprint...", + "import_btn": "Preview blueprint", + "saving": "Importing blueprint...", + "save_btn": "Import blueprint", "error_no_url": "Please enter the URL of the blueprint.", "unsupported_blueprint": "This blueprint is not supported", - "file_name": "Local blueprint file name" + "file_name": "Blueprint Path" } }, "script": {