From 253057355c1fa88c0993de17d8ca863f3fcd321d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 10 May 2017 11:44:01 +0200 Subject: [PATCH] Fix missing placeholder for doc link Signed-off-by: Joas Schilling --- lib/private/legacy/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/legacy/util.php b/lib/private/legacy/util.php index 7750e84f06..a1e6f2fe70 100644 --- a/lib/private/legacy/util.php +++ b/lib/private/legacy/util.php @@ -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',