From de97b54c955914653773658eb89f9efcc52b2487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 3 Mar 2021 16:01:30 +0100 Subject: [PATCH] Fix localize keys for supervisor update dialog (#8529) --- hassio/src/system/hassio-supervisor-info.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hassio/src/system/hassio-supervisor-info.ts b/hassio/src/system/hassio-supervisor-info.ts index 96ed50607f..5bb6173ca1 100644 --- a/hassio/src/system/hassio-supervisor-info.ts +++ b/hassio/src/system/hassio-supervisor-info.ts @@ -367,9 +367,13 @@ class HassioSupervisorInfo extends LitElement { button.progress = true; 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( - "confirm.text", + "confirm.update.text", "name", "Supervisor", "version",