From a991640f52292a4295eb4398de6abe8ae89569f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 22 Nov 2021 18:09:23 +0100 Subject: [PATCH] Remove first part of the update description (#10669) --- hassio/src/update-available/update-available-dashboard.ts | 1 - src/translations/en.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hassio/src/update-available/update-available-dashboard.ts b/hassio/src/update-available/update-available-dashboard.ts index fd7c9865ee..9ca85400de 100644 --- a/hassio/src/update-available/update-available-dashboard.ts +++ b/hassio/src/update-available/update-available-dashboard.ts @@ -145,7 +145,6 @@ class UpdateAvailableDashboard extends LitElement { ${this.supervisor.localize( "update_available.description", { - name, version: this._addonInfo?.version || this.supervisor[this._updateEntry]?.version, diff --git a/src/translations/en.json b/src/translations/en.json index c3e6b2ddf1..93fa75033b 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4180,7 +4180,7 @@ "update_name": "Update {name}", "open_release_notes": "Open release notes", "create_backup": "Create backup before updating", - "description": "There is an update available for the {name}. You have {version} installed. Click update to update to version {newest_version}", + "description": "You have {version} installed. Click update to update to version {newest_version}", "updating": "Updating {name} to version {version}", "creating_backup": "Creating backup of {name}" },