Correct capitalization for KJ in preference form
This commit is contained in:
@ -45,6 +45,10 @@ class UserPreferenceForm(forms.ModelForm):
|
|||||||
'comments'
|
'comments'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
labels = {
|
||||||
|
'use_kj': 'Use KJ'
|
||||||
|
}
|
||||||
|
|
||||||
help_texts = {
|
help_texts = {
|
||||||
'nav_color': _('Color of the top navigation bar. Not all colors work with all themes, just try them out!'),
|
'nav_color': _('Color of the top navigation bar. Not all colors work with all themes, just try them out!'),
|
||||||
# noqa: E501
|
# noqa: E501
|
||||||
|
Reference in New Issue
Block a user