mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Remove core note on update page (#10661)
This commit is contained in:
parent
6c4e987a24
commit
6335b13c5e
@ -155,20 +155,6 @@ class UpdateAvailableDashboard extends LitElement {
|
|||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
${this._updateEntry === "core"
|
|
||||||
? html`
|
|
||||||
<i>
|
|
||||||
${this.supervisor.localize(
|
|
||||||
"update_available.core_note",
|
|
||||||
{
|
|
||||||
version:
|
|
||||||
this._addonInfo?.version ||
|
|
||||||
this.supervisor[this._updateEntry]?.version,
|
|
||||||
}
|
|
||||||
)}
|
|
||||||
</i>
|
|
||||||
`
|
|
||||||
: ""}
|
|
||||||
</div>
|
</div>
|
||||||
${!["os", "supervisor"].includes(this._updateEntry)
|
${!["os", "supervisor"].includes(this._updateEntry)
|
||||||
? html`
|
? html`
|
||||||
|
@ -4181,7 +4181,6 @@
|
|||||||
"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": "There is an update available for the {name}. You have {version} installed. Click update to update to version {newest_version}",
|
||||||
"core_note": "The supervisor will roll back to version {version} if your instance does not come up after the update.",
|
|
||||||
"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