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) { diff --git a/settings/templates/admin.php b/settings/templates/admin.php index cd26d64aa03..a739e517ede 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -516,7 +516,7 @@ if ($_['suggestedOverwriteCliUrl']) { (100 * 1024 * 1024)): ?>
- t('The logfile is bigger than 100MB. Downloading it may take some time!')); ?> + t('The logfile is bigger than 100 MB. Downloading it may take some time!')); ?>