Fixes in config_admin
This commit is contained in:
parent
3c671e134e
commit
cf32e07e41
1 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@ _=pgettext.gettext
|
|||
|
||||
def users_text():
|
||||
|
||||
return _('Users')
|
||||
return _('Backend Users')
|
||||
|
||||
def users_edit():
|
||||
|
||||
return _('Users edit')
|
||||
return _('Backend users edit')
|
||||
|
||||
config_admin.append([users_text])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue