Orthography: "Back-end" -> Backend (without hyphen) and correction of "users" to the genitive "user's"

remotes/origin/log-external-deletes
cmeh 2015-02-12 08:18:24 +07:00
parent 01f89083ba
commit f24f7f7c74
1 changed files with 1 additions and 1 deletions

@ -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) {