diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index 3ea2e11a44..faa090d49b 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -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,