mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
i18n verbose_name_plural for admin home page
This commit is contained in:
parent
dc89ec294f
commit
7d5a57e396
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class Config(object):
|
|||
app_label = 'constance'
|
||||
object_name = 'Config'
|
||||
model_name = module_name = 'config'
|
||||
verbose_name_plural = 'config'
|
||||
verbose_name_plural = _('config')
|
||||
get_ordered_objects = lambda x: False
|
||||
abstract = False
|
||||
swapped = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue