From daaf2b179622d0ce874038f4fbc898241e53ac84 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 2 Dec 2020 12:11:47 +0100 Subject: [PATCH] Ensure push notification description reacts to language change (#7856) --- src/panels/profile/ha-push-notifications-row.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/panels/profile/ha-push-notifications-row.js b/src/panels/profile/ha-push-notifications-row.js index 528a447298..f564d8754f 100644 --- a/src/panels/profile/ha-push-notifications-row.js +++ b/src/panels/profile/ha-push-notifications-row.js @@ -25,7 +25,7 @@ class HaPushNotificationsRow extends LocalizeMixin(PolymerElement) { >[[localize('ui.panel.profile.push_notifications.header')]] - [[_description(_platformLoaded, _pushSupported)]] + [[localize(_descrLocalizeKey)]]