mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 20:20:58 +00:00
fix spelling
This commit is contained in:
@ -855,7 +855,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
||||
},
|
||||
'LOGIN_ENFORCE_MFA': {
|
||||
'name': _('Enforce MFA'),
|
||||
'description': _('Users must use multifaktor security.'),
|
||||
'description': _('Users must use multifactor security.'),
|
||||
'default': False,
|
||||
'validator': bool,
|
||||
},
|
||||
|
Reference in New Issue
Block a user