Skip to content
Snippets Groups Projects
Commit 4e2cdb2f authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #8713 from owncloud/typo-files-encr

fix grammar
parents a51e9a5c 59125cb7
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,12 @@ if (!isset($_)) { //also provide standalone error page
$errorMsg = $l->t('Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.');
break;
default:
$errorMsg = $l->t("Unknown error please check your system settings or contact your administrator");
$errorMsg = $l->t("Unknown error. Please check your system settings or contact your administrator");
break;
}
} else {
$errorCode = \OCA\Encryption\Crypt::ENCRYPTION_UNKNOWN_ERROR;
$errorMsg = $l->t("Unknown 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') {
......
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