Skip to content
Snippets Groups Projects
Commit f24f7f7c authored by cmeh's avatar cmeh
Browse files

Orthography: "Back-end" -> Backend (without hyphen) and correction of "users"...

Orthography: "Back-end" -> Backend (without hyphen) and correction of "users" to the genitive "user's"
parent 01f89083
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment