Fix typo from restart dialog (whitch -> which) (#15458)

Typo fix:
whitch - >which
This commit is contained in:
lunmay 2023-02-15 15:02:08 +01:00 committed by GitHub
parent e81f596d76
commit 1e2c21d49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1037,7 +1037,7 @@
"title": "Shutdown system", "title": "Shutdown system",
"description": "Shutdown the system running Home Assistant and all Add-ons.", "description": "Shutdown the system running Home Assistant and all Add-ons.",
"confirm_title": "Shutdown system?", "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", "confirm_action": "Shutdown",
"shutting_down": "Shutting down system", "shutting_down": "Shutting down system",
"failed": "Failed to shutdown system" "failed": "Failed to shutdown system"