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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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