mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Restart dialog description: consistently use indicative form (#18385)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
d8d16c4d5f
commit
d94f7c90c0
@ -1203,7 +1203,7 @@
|
||||
"advanced_options": "Advanced options",
|
||||
"reload": {
|
||||
"title": "Quick reload",
|
||||
"description": "Load new YAML configurations without a restart.",
|
||||
"description": "Loads new YAML configurations without a restart.",
|
||||
"reloading": "Reloading configuration",
|
||||
"failed": "Failed to reload configuration"
|
||||
},
|
||||
@ -1222,7 +1222,7 @@
|
||||
},
|
||||
"reboot": {
|
||||
"title": "Reboot system",
|
||||
"description": "Restart the system running Home Assistant and all Add-ons.",
|
||||
"description": "Restarts the system running Home Assistant and all add-ons.",
|
||||
"confirm_title": "Reboot system?",
|
||||
"confirm_description": "This will reboot the complete system which includes Home Assistant and all the add-ons.",
|
||||
"confirm_action": "Reboot",
|
||||
@ -1231,7 +1231,7 @@
|
||||
},
|
||||
"shutdown": {
|
||||
"title": "Shut down system",
|
||||
"description": "Shut down the system running Home Assistant and all add-ons.",
|
||||
"description": "Shuts 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",
|
||||
@ -1240,7 +1240,7 @@
|
||||
},
|
||||
"restart-safe-mode": {
|
||||
"title": "Restart Home Assistant in safe mode",
|
||||
"description": "Restart Home Assistant without loading any custom integrations and frontend modules.",
|
||||
"description": "Restarts Home Assistant without loading any custom integrations and frontend modules.",
|
||||
"confirm_title": "Restart Home Assistant in safe mode?",
|
||||
"confirm_description": "This will restart Home Assistant without loading any custom integrations and frontend modules.",
|
||||
"confirm_action": "Restart",
|
||||
|
Loading…
x
Reference in New Issue
Block a user