mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Added dot at end of sentence.
The full message in the UI is composed by a few strings. Therefore the single parts needs an dot at the end. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
95480f5a91
commit
b7d0babcb8
1 changed files with 1 additions and 1 deletions
|
|
@ -781,7 +781,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