diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index 2a035ddc80..f05a325f78 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -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, },