mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #29527 from nextcloud/rakekniven-patch-1
This commit is contained in:
commit
e296417ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -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')])
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue