mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
typo
This commit is contained in:
@ -780,7 +780,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
|
|||||||
'validator': bool,
|
'validator': bool,
|
||||||
},
|
},
|
||||||
'HOMEPAGE_BOM_VALIDATION': {
|
'HOMEPAGE_BOM_VALIDATION': {
|
||||||
'name': _('Show starunvalidated BOMs'),
|
'name': _('Show unvalidated BOMs'),
|
||||||
'description': _('Show BOMs that await validation on the homepage'),
|
'description': _('Show BOMs that await validation on the homepage'),
|
||||||
'default': True,
|
'default': True,
|
||||||
'validator': bool,
|
'validator': bool,
|
||||||
|
Reference in New Issue
Block a user