Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-12-04 14:08:16 +0300
committerGitHub <noreply@github.com>2021-12-04 14:08:16 +0300
commite296417ca27bd5f463957d2acf8a814cf0ad684c (patch)
treeeb18a66062c6f66f9aa96830764ddfae786e06c2 /lib/private/legacy/OC_Util.php
parent813874b8d9cdb92e07e01649a2d131feffaa219e (diff)
parentb7d0babcb88b3d277e4ba10b30fef4fb3fadb81f (diff)
Merge pull request #29527 from nextcloud/rakekniven-patch-1
Diffstat (limited to 'lib/private/legacy/OC_Util.php')
-rw-r--r--lib/private/legacy/OC_Util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php
index 80114a60b89..b7f7432ac74 100644
--- a/lib/private/legacy/OC_Util.php
+++ b/lib/private/legacy/OC_Util.php
@@ -785,7 +785,7 @@ class OC_Util {
$errors = array_merge($errors, self::checkDataDirectoryPermissions($CONFIG_DATADIRECTORY));
} else {
$errors[] = [
- 'error' => $l->t('Cannot create "data" directory'),
+ 'error' => $l->t('Cannot create "data" directory.'),
'hint' => $l->t('This can usually be fixed by giving the webserver write access to the root directory. See %s',
[$urlGenerator->linkToDocs('admin-dir_permissions')])
];