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}" },