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"