mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Remove first part of the update description (#10669)
This commit is contained in:
parent
3d99b92c07
commit
a991640f52
@ -145,7 +145,6 @@ class UpdateAvailableDashboard extends LitElement {
|
|||||||
${this.supervisor.localize(
|
${this.supervisor.localize(
|
||||||
"update_available.description",
|
"update_available.description",
|
||||||
{
|
{
|
||||||
name,
|
|
||||||
version:
|
version:
|
||||||
this._addonInfo?.version ||
|
this._addonInfo?.version ||
|
||||||
this.supervisor[this._updateEntry]?.version,
|
this.supervisor[this._updateEntry]?.version,
|
||||||
|
@ -4180,7 +4180,7 @@
|
|||||||
"update_name": "Update {name}",
|
"update_name": "Update {name}",
|
||||||
"open_release_notes": "Open release notes",
|
"open_release_notes": "Open release notes",
|
||||||
"create_backup": "Create backup before updating",
|
"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}",
|
"updating": "Updating {name} to version {version}",
|
||||||
"creating_backup": "Creating backup of {name}"
|
"creating_backup": "Creating backup of {name}"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user