Fix localize keys for supervisor update dialog (#8529)

This commit is contained in:
Joakim Sørensen 2021-03-03 16:01:30 +01:00 committed by GitHub
parent 07001f7b5c
commit de97b54c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,9 +367,13 @@ class HassioSupervisorInfo extends LitElement {
button.progress = true; button.progress = true;
const confirmed = await showConfirmationDialog(this, { const confirmed = await showConfirmationDialog(this, {
title: this.supervisor.localize("confirm.update", "name", "Supervisor"), title: this.supervisor.localize(
"confirm.update.title",
"name",
"Supervisor"
),
text: this.supervisor.localize( text: this.supervisor.localize(
"confirm.text", "confirm.update.text",
"name", "name",
"Supervisor", "Supervisor",
"version", "version",