mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix regression introduced in commit c3b3146f39
This commit is contained in:
parent
5a959062ba
commit
8e7a1c5094
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ class EditGeneralOptionForm(ModelForm):
|
|||
prefix=prefix,
|
||||
**kwargs
|
||||
)
|
||||
self.fields['general_message'].label = _("General message")
|
||||
self.fields['general_message_fr'].label = _("General message in French")
|
||||
self.fields['general_message_en'].label = _("General message in English")
|
||||
self.fields['search_display_page'].label = _("Number of results"
|
||||
" displayed when"
|
||||
" searching")
|
||||
|
|
Loading…
Reference in a new issue