From 1e2c21d49e59a94baba9420a8fc21da6434fa38a Mon Sep 17 00:00:00 2001 From: lunmay <28674102+lunmay@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:02:08 +0100 Subject: [PATCH] Fix typo from restart dialog (whitch -> which) (#15458) Typo fix: whitch - >which --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index ec48e92cde..3a9a065327 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1037,7 +1037,7 @@ "title": "Shutdown system", "description": "Shutdown the system running Home Assistant and all Add-ons.", "confirm_title": "Shutdown system?", - "confirm_description": "This will shutdown the complete system whitch includes Home Assistant and all Add-ons.", + "confirm_description": "This will shutdown the complete system which includes Home Assistant and all Add-ons.", "confirm_action": "Shutdown", "shutting_down": "Shutting down system", "failed": "Failed to shutdown system"