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