remove InvenTree from settings texts

This commit is contained in:
Matthias 2022-04-24 15:25:34 +02:00
parent 2847eef71c
commit f1f6c9ff66
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -684,7 +684,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
},
'INVENTREE_INSTANCE': {
'name': _('InvenTree Instance Name'),
'name': _('Server Instance Name'),
'default': 'InvenTree server',
'description': _('String descriptor for the server instance'),
},
@ -1354,7 +1354,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
'STICKY_HEADER': {
'name': _('Fixed Navbar'),
'description': _('InvenTree navbar position is fixed to the top of the screen'),
'description': _('The navbar position is fixed to the top of the screen'),
'default': False,
'validator': bool,
},