2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Standardize spelling of email / e-mail

(Spoiler: I chose "email")
This commit is contained in:
Oliver
2021-10-15 11:52:13 +11:00
parent a3ef64ef12
commit 8e4deaa8c8
5 changed files with 14 additions and 14 deletions

View File

@ -822,7 +822,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
'validator': bool,
},
'LOGIN_MAIL_REQUIRED': {
'name': _('E-Mail required'),
'name': _('Email required'),
'description': _('Require user to supply mail on signup'),
'default': False,
'validator': bool,