mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
fix strarting -> starting (#4786)
This commit is contained in:
parent
3b3ce81d11
commit
4510cf2dd6
@ -1584,7 +1584,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
|||||||
|
|
||||||
'LOGIN_SIGNUP_MAIL_RESTRICTION': {
|
'LOGIN_SIGNUP_MAIL_RESTRICTION': {
|
||||||
'name': _('Allowed domains'),
|
'name': _('Allowed domains'),
|
||||||
'description': _('Restrict signup to certain domains (comma-separated, strarting with @)'),
|
'description': _('Restrict signup to certain domains (comma-separated, starting with @)'),
|
||||||
'default': '',
|
'default': '',
|
||||||
'before_save': validate_email_domains,
|
'before_save': validate_email_domains,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user