Correct capitalization for KJ in preference form

This commit is contained in:
xeals
2021-10-25 17:46:05 +11:00
parent 6dfd3ae1d7
commit 34d9f5a1d8

View File

@ -45,6 +45,10 @@ class UserPreferenceForm(forms.ModelForm):
'comments'
)
labels = {
'use_kj': 'Use KJ'
}
help_texts = {
'nav_color': _('Color of the top navigation bar. Not all colors work with all themes, just try them out!'),
# noqa: E501