From 45721eb4feed3ca15fed9af83be3734218a232fb Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 19 Nov 2020 22:48:34 +0100 Subject: [PATCH] Adjust FAB for blueprint overview + align translations (#7730) --- src/panels/config/blueprint/ha-blueprint-overview.ts | 3 ++- src/translations/en.json | 11 ++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/panels/config/blueprint/ha-blueprint-overview.ts b/src/panels/config/blueprint/ha-blueprint-overview.ts index 73d97fb8c4..31c39498ad 100644 --- a/src/panels/config/blueprint/ha-blueprint-overview.ts +++ b/src/panels/config/blueprint/ha-blueprint-overview.ts @@ -138,9 +138,10 @@ class HaBlueprintOverview extends LitElement { diff --git a/src/translations/en.json b/src/translations/en.json index b70531caf7..5d1bb38663 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1450,19 +1450,20 @@ "headers": { "name": "Name" }, - "confirm_delete_header": "Delete this Blueprint?", - "confirm_delete_text": "Are you sure you want to delete this Blueprint" + "confirm_delete_header": "Delete this blueprint?", + "confirm_delete_text": "Are you sure you want to delete this blueprint", + "add_blueprint": "Add blueprint" }, "add": { "header": "Add new blueprint", "import_header": "Import {name} ({domain})", - "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", + "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", "importing": "Importing blueprint...", "import_btn": "Import blueprint", "saving": "Saving blueprint...", "save_btn": "Save blueprint", - "error_no_url": "Please enter the url of the blueprint." + "error_no_url": "Please enter the URL of the blueprint." } }, "script": {