]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix missing placeholder for doc link 4787/head
authorJoas Schilling <coding@schilljs.com>
Wed, 10 May 2017 09:44:01 +0000 (11:44 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 10 May 2017 09:45:08 +0000 (11:45 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/legacy/util.php

index 7750e84f065ebea6000860f81f6de9b40dfebd53..a1e6f2fe7023ec0627725e2622dd244dc1c25936 100644 (file)
@@ -704,7 +704,7 @@ class OC_Util {
                                }
                        } else if (!is_writable($CONFIG_DATADIRECTORY) or !is_readable($CONFIG_DATADIRECTORY)) {
                                //common hint for all file permissions error messages
-                               $permissionsHint = $l->t('Permissions can usually be fixed by giving the webserver write access to the root directory. See %.',
+                               $permissionsHint = $l->t('Permissions can usually be fixed by giving the webserver write access to the root directory. See %s.',
                                        [$urlGenerator->linkToDocs('admin-dir_permissions')]);
                                $errors[] = [
                                        'error' => 'Your data directory is not writable',