diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-09-02 14:02:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 14:02:02 +0300 |
commit | 3dae9e39633ab4dbdc210dd787b0aea0f179c15b (patch) | |
tree | 977808fbbe9572b3a0af3c9d3b7d91e07509a083 /static/admin/config.yml | |
parent | bcbd97258287cc8f192838e69dcec358450f024e (diff) | |
parent | 043feb04d769b92bac5510b2696e015a15bb2edd (diff) |
Spelling #281
Spelling
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r-- | static/admin/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 551eb96..9f5cdbf 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -241,7 +241,7 @@ collections: - label: 'Show last modified date at bottom of issues' name: 'enableLastMod' widget: 'boolean' - hint: 'Experimental feature shows when changes occured based on Git info. Read the wiki for more: https://github.com/cstate/cstate/wiki/Customization#time' + hint: 'Experimental feature shows when changes occurred based on Git info. Read the wiki for more: https://github.com/cstate/cstate/wiki/Customization#time' required: false default: false - label: 'Use relative time (issue began x min ago)' @@ -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 |