2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

fix strarting -> starting (#4786)

This commit is contained in:
Ulices
2023-05-06 18:01:04 -06:00
committed by GitHub
parent 3b3ce81d11
commit 4510cf2dd6

View File

@ -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,
},