mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 08:46:35 +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"
|
"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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user