mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix another typo
This commit is contained in:
parent
2d79a79202
commit
3ee7711284
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue