Remove first part of the update description (#10669)

This commit is contained in:
Joakim Sørensen 2021-11-22 18:09:23 +01:00 committed by GitHub
parent 3d99b92c07
commit a991640f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -145,7 +145,6 @@ class UpdateAvailableDashboard extends LitElement {
${this.supervisor.localize(
"update_available.description",
{
name,
version:
this._addonInfo?.version ||
this.supervisor[this._updateEntry]?.version,

View File

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