From 5c0279bab8ba9c0d4bd3986383444906b895b4af Mon Sep 17 00:00:00 2001 From: Wendelin Date: Fri, 11 Apr 2025 13:48:24 +0200 Subject: [PATCH] Fix types --- src/translations/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/translations/en.json b/src/translations/en.json index 7bda2ec490..723efe9cdc 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1560,6 +1560,11 @@ "confirm_action_backup": "Wait and restart", "failed": "Failed to restart Home Assistant" }, + "stop": { + "confirm_title": "Stop Home Assistant?", + "confirm_description": "This will interrupt all running automations and scripts.", + "confirm_action": "Stop" + }, "reboot": { "title": "Reboot system", "description": "Restarts the system running Home Assistant and all add-ons.",