diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index 2f82df7d92..bc2ca4214b 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -59,8 +59,8 @@ class InvenTreeSetting(models.Model): }, 'INVENTREE_INSTANCE_TITLE': { - 'name': _('Use Instance Name'), - 'description': _('Use the instance name in the Titel-Bar'), + 'name': _('Use instance name'), + 'description': _('Use the instance name in the title-bar'), 'validator': bool, 'default': False, },