2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 20:20:58 +00:00

fix spelling

This commit is contained in:
Matthias
2021-11-01 22:46:56 +01:00
parent fc0e80dd76
commit 3cb2078821
2 changed files with 7 additions and 7 deletions

View File

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