From a0e71b947891de8cfc86f688fae6898e5e792401 Mon Sep 17 00:00:00 2001 From: Brandon Rothweiler Date: Wed, 1 Mar 2023 10:51:09 -0500 Subject: [PATCH] Change "shutdown" to "shut down" when used as a verb (#15658) --- src/translations/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index d8977a8d8d..2650276563 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1053,13 +1053,13 @@ "failed": "Failed to reboot system" }, "shutdown": { - "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 which includes Home Assistant and all Add-ons.", - "confirm_action": "Shutdown", + "title": "Shut down system", + "description": "Shut down the system running Home Assistant and all Add-ons.", + "confirm_title": "Shut down system?", + "confirm_description": "This will shut down the complete system which includes Home Assistant and all Add-ons.", + "confirm_action": "Shut down", "shutting_down": "Shutting down system", - "failed": "Failed to shutdown system" + "failed": "Failed to shut down system" } }, "aliases": {