diff options
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r-- | static/admin/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 13e63aa..9f5cdbf 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -288,7 +288,7 @@ collections: required: false default: true - label: 'Disable dark mode' - hint: 'If your OS and browser supports prefers-color-scheme and the user opted into a dark mode, the status page will be darker. Some color choices may be overriden.' + hint: 'If your OS and browser supports prefers-color-scheme and the user opted into a dark mode, the status page will be darker. Some color choices may be overridden.' name: 'disableDarkMode' widget: 'boolean' required: false |