aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-27 23:03:32 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-27 23:03:32 +0200
commit4e2cdb2f8af807767a978a175ef5415cd3d651eb (patch)
tree238854759dcad9da75e5f8bcde266bacf4fe5628 /apps/files_encryption
parenta51e9a5cfed42d046a123e7d8770075b0e577a98 (diff)
parent59125cb796199f375672df62cb4fabc22b712228 (diff)
downloadnextcloud-server-4e2cdb2f8af807767a978a175ef5415cd3d651eb.tar.gz
nextcloud-server-4e2cdb2f8af807767a978a175ef5415cd3d651eb.zip
Merge pull request #8713 from owncloud/typo-files-encr
fix grammar
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/files_encryption/files/error.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php
index 317cea05a12..f925442612d 100644
--- a/apps/files_encryption/files/error.php
+++ b/apps/files_encryption/files/error.php
@@ -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') {