Skip to content

Commit ce97ad4

Browse files
skjnldsvValdnet
andauthored
Fix typo
Co-authored-by: Valdnet <[email protected]>
1 parent 0ae0e1e commit ce97ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public static function checkConfig() {
258258
OC_Template::printErrorPage(
259259
$l->t('Cannot write into "config" directory!'),
260260
$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.') . ' '
261+
. $l->t('But, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it.') . ' '
262262
. $l->t('See %s', [ $urlGenerator->linkToDocs('admin-config') ]),
263263
503
264264
);

0 commit comments

Comments
 (0)