Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart dialog description: consistently use indicative form #18385

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Loading