mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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': {
|
||||
'name': _('Allowed domains'),
|
||||
'description': _('Restrict signup to certain domains (comma-separated, strarting with @)'),
|
||||
'description': _('Restrict signup to certain domains (comma-separated, starting with @)'),
|
||||
'default': '',
|
||||
'before_save': validate_email_domains,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user