From 5a5f31b32c7ac29accc24c1afe7e84cb63bfa036 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 16 Sep 2022 13:49:15 +0200 Subject: [PATCH] Update restart Home Assistant dialog (#13776) --- src/panels/config/core/ha-config-system-navigation.ts | 1 + src/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panels/config/core/ha-config-system-navigation.ts b/src/panels/config/core/ha-config-system-navigation.ts index 2ac869d2d5..22c5250849 100644 --- a/src/panels/config/core/ha-config-system-navigation.ts +++ b/src/panels/config/core/ha-config-system-navigation.ts @@ -181,6 +181,7 @@ class HaConfigSystemNavigation extends LitElement { }); }); }, + destructive: true, }); } diff --git a/src/translations/en.json b/src/translations/en.json index 64b3974457..a15efafbe8 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3516,7 +3516,7 @@ "integration_start_time": "Integration Startup Time" }, "system_dashboard": { - "confirm_restart_text": "Restarting Home Assistant will stop all your active dashboards, automations and scripts.", + "confirm_restart_text": "This will stop all your active dashboards, automations and scripts.", "confirm_restart_title": "Restart Home Assistant?", "restart_homeassistant_short": "Restart", "restart_error": "Failed to restart Home Assistant"