diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-09-02 14:12:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 14:12:54 +0300 |
commit | ed865eea911683997fad231f4300dfdf060d78d4 (patch) | |
tree | a99a5fe988ca7db820d3532b32a41fec55f9104a /static | |
parent | 04678ea04fe93a578f949f23e6a7e74a88fc54cd (diff) | |
parent | f317386a8e46ae7b7a0e00b3cb21b3dbfebb5da8 (diff) |
v5.5.2 - Fixing bugs, small fixes
Diffstat (limited to 'static')
-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 |