Skip to content

Commit

Permalink
Restart dialog description: consistently use indicative form (#18385)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
c0ffeeca7 and frenck authored Oct 24, 2023
1 parent d8d16c4 commit d94f7c9
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit d94f7c9

Please sign in to comment.