diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-03-28 16:19:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 16:19:01 +0100 |
commit | 82b0cd2e7a8a22ad5d447f92b89ba777fd80ebdf (patch) | |
tree | 2bf8e7815092f4b5408ec37c2c8075a7d6fdd0a9 /lib/base.php | |
parent | 7eac19682c67a2690ea799e0f9e8a0647e92dc5a (diff) | |
download | nextcloud-server-82b0cd2e7a8a22ad5d447f92b89ba777fd80ebdf.tar.gz nextcloud-server-82b0cd2e7a8a22ad5d447f92b89ba777fd80ebdf.zip |
Update base.php
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php index 943eb7cffcf..6dc08510a7b 100644 --- a/lib/base.php +++ b/lib/base.php @@ -261,8 +261,7 @@ class OC { } else { OC_Template::printErrorPage( $l->t('Cannot write into "config" directory!'), - $l->t('This can usually be fixed by giving the webserver write access to the config directory. See %s', - [ $urlGenerator->linkToDocs('admin-dir_permissions') ]) . '. ' + $l->t('This can usually be fixed by giving the webserver write access to the config directory.') . '. ' . $l->t('Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it. See %s', [ $urlGenerator->linkToDocs('admin-config') ] ), 503 |