fix another typo

remotes/origin/stable6
Bjoern Schiessle 12 years ago
parent 2d79a79202
commit 3ee7711284
  1. 2
      apps/files_encryption/files/error.php

@ -23,7 +23,7 @@ if (!isset($_)) { //also provide standalone error page
}
} else {
$errorCode = \OCA\Encryption\Crypt::ENCRYPTION_UNKNOWN_ERROR;
$errorMsg = $l->t("Unknwon error please check your system settings or contact your administrator");
$errorMsg = $l->t("Unknown error please check your system settings or contact your administrator");
}
if (isset($_GET['p']) && $_GET['p'] === '1') {

Loading…
Cancel
Save