fix as noted in #1481

This commit is contained in:
Matthias 2021-04-18 12:31:17 +02:00
parent b1e08dae78
commit e668577d97

View File

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