mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Change "shutdown" to "shut down" when used as a verb (#15658)
This commit is contained in:
parent
657a74e8ad
commit
a0e71b9478
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user