We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae0e1e commit ce97ad4Copy full SHA for ce97ad4
lib/base.php
@@ -258,7 +258,7 @@ public static function checkConfig() {
258
OC_Template::printErrorPage(
259
$l->t('Cannot write into "config" directory!'),
260
$l->t('This can usually be fixed by giving the webserver write access to the config directory.') . ' '
261
- . $l->t('Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it.') . ' '
+ . $l->t('But, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it.') . ' '
262
. $l->t('See %s', [ $urlGenerator->linkToDocs('admin-config') ]),
263
503
264
);
0 commit comments