Change "shutdown" to "shut down" when used as a verb (#15658)

This commit is contained in:
Brandon Rothweiler 2023-03-01 10:51:09 -05:00 committed by GitHub
parent 657a74e8ad
commit a0e71b9478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1053,13 +1053,13 @@
"failed": "Failed to reboot system" "failed": "Failed to reboot system"
}, },
"shutdown": { "shutdown": {
"title": "Shutdown system", "title": "Shut down system",
"description": "Shutdown the system running Home Assistant and all Add-ons.", "description": "Shut down the system running Home Assistant and all Add-ons.",
"confirm_title": "Shutdown system?", "confirm_title": "Shut down system?",
"confirm_description": "This will shutdown the complete system which includes Home Assistant and all Add-ons.", "confirm_description": "This will shut down the complete system which includes Home Assistant and all Add-ons.",
"confirm_action": "Shutdown", "confirm_action": "Shut down",
"shutting_down": "Shutting down system", "shutting_down": "Shutting down system",
"failed": "Failed to shutdown system" "failed": "Failed to shut down system"
} }
}, },
"aliases": { "aliases": {