Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmeh <cmeh@users.noreply.github.com>2015-02-12 10:18:24 +0300
committercmeh <cmeh@users.noreply.github.com>2015-02-12 10:18:24 +0300
commitf24f7f7c74aec95b0630ac196bc6ee1c5837854a (patch)
tree8e018f266c14745785b615f7809e81536457d84b /settings/changepassword
parent01f89083ba5e9a712326d0d5d59bcd42911f7285 (diff)
Orthography: "Back-end" -> Backend (without hyphen) and correction of "users" to the genitive "user's"
Diffstat (limited to 'settings/changepassword')
-rw-r--r--settings/changepassword/controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/changepassword/controller.php b/settings/changepassword/controller.php
index 4ed907daf96..4af250f1814 100644
--- a/settings/changepassword/controller.php
+++ b/settings/changepassword/controller.php
@@ -78,7 +78,7 @@ class Controller {
$l = new \OC_L10n('settings');
\OC_JSON::error(array(
"data" => array(
- "message" => $l->t("Back-end doesn't support password change, but the users encryption key was successfully updated.")
+ "message" => $l->t("Backend doesn't support password change, but the user's encryption key was successfully updated.")
)
));
} elseif (!$result && !$recoveryEnabledForUser) {