summaryrefslogtreecommitdiffstats
path: root/settings/Controller
diff options
context:
space:
mode:
authorMatthew Setter <matthew@matthewsetter.com>2017-02-27 10:16:57 +0100
committerMorris Jobke <hey@morrisjobke.de>2017-03-22 18:06:55 -0600
commitd7c9e2b8415794d2bfeabfb4a463b5d238435b27 (patch)
treeb292c50396c15b553f99560be8a3fe336c637e06 /settings/Controller
parentd551b8e6fdacd7659216b1e698b71840b569b525 (diff)
downloadnextcloud-server-d7c9e2b8415794d2bfeabfb4a463b5d238435b27.tar.gz
nextcloud-server-d7c9e2b8415794d2bfeabfb4a463b5d238435b27.zip
Updated UI messages relating to the encryption functionality
The reason for updating these messages, is that grammatically they're not quite correct. They showed a combination of: - Related phrases, which could be either separated or joined better - Related sentences, but which should be expressed as separate ones They were also missing full-stops to end the them. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'settings/Controller')
-rw-r--r--settings/Controller/ChangePasswordController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/Controller/ChangePasswordController.php b/settings/Controller/ChangePasswordController.php
index 832cdbefdbe..b82751bcac2 100644
--- a/settings/Controller/ChangePasswordController.php
+++ b/settings/Controller/ChangePasswordController.php
@@ -217,7 +217,7 @@ class ChangePasswordController extends Controller {
return new JSONResponse([
'status' => 'error',
'data' => [
- 'message' => $this->l->t('Please provide an admin recovery password, otherwise all user data will be lost'),
+ 'message' => $this->l->t('Please provide an admin recovery password; otherwise, all user data will be lost.'),
]
]);
} elseif ($recoveryEnabledForUser && ! $validRecoveryPassword) {