This commit is contained in:
Matthias 2021-07-23 01:09:06 +02:00
parent 46b0db8263
commit e97ee95deb

View File

@ -780,7 +780,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
'validator': bool,
},
'HOMEPAGE_BOM_VALIDATION': {
'name': _('Show starunvalidated BOMs'),
'name': _('Show unvalidated BOMs'),
'description': _('Show BOMs that await validation on the homepage'),
'default': True,
'validator': bool,