diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 840a394abf7..9043dbd00aa 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1961,7 +1961,7 @@ $CONFIG = [ /** * Enforce the user theme. This will disable the user theming settings * This must be a valid ITheme ID. - * E.g. light, dark, highcontrast, dark-highcontrast... + * E.g. dark, dark-highcontrast, default, light, light-highcontrast, opendyslexic */ 'enforce_theme' => '', |