diff options
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/base.php b/lib/base.php index 41e4ef9573c..69ea6e54c2d 100644 --- a/lib/base.php +++ b/lib/base.php @@ -246,9 +246,8 @@ class OC { } else { OC_Template::printErrorPage( $l->t('Cannot write into "config" directory!'), - $l->t('This can usually be fixed by ' - . '%sgiving the webserver write access to the config directory%s.', - array('<a href="' . $urlGenerator->linkToDocs('admin-dir_permissions') . '" target="_blank" rel="noreferrer">', '</a>')) + $l->t('This can usually be fixed by giving the webserver write access to the config directory. See %s', + [ $urlGenerator->linkToDocs('admin-dir_permissions') ]) ); } } |