Remove core note on update page (#10661)

This commit is contained in:
Joakim Sørensen 2021-11-21 18:16:06 +01:00 committed by GitHub
parent 6c4e987a24
commit 6335b13c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 15 deletions

View File

@ -155,20 +155,6 @@ class UpdateAvailableDashboard extends LitElement {
}
)}
</p>
${this._updateEntry === "core"
? html`
<i>
${this.supervisor.localize(
"update_available.core_note",
{
version:
this._addonInfo?.version ||
this.supervisor[this._updateEntry]?.version,
}
)}
</i>
`
: ""}
</div>
${!["os", "supervisor"].includes(this._updateEntry)
? html`

View File

@ -4181,7 +4181,6 @@
"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}",
"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}",
"creating_backup": "Creating backup of {name}"
},