mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove InvenTree from settings texts
This commit is contained in:
parent
2847eef71c
commit
f1f6c9ff66
@ -684,7 +684,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
|||||||
},
|
},
|
||||||
|
|
||||||
'INVENTREE_INSTANCE': {
|
'INVENTREE_INSTANCE': {
|
||||||
'name': _('InvenTree Instance Name'),
|
'name': _('Server Instance Name'),
|
||||||
'default': 'InvenTree server',
|
'default': 'InvenTree server',
|
||||||
'description': _('String descriptor for the server instance'),
|
'description': _('String descriptor for the server instance'),
|
||||||
},
|
},
|
||||||
@ -1354,7 +1354,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
|
|||||||
|
|
||||||
'STICKY_HEADER': {
|
'STICKY_HEADER': {
|
||||||
'name': _('Fixed Navbar'),
|
'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,
|
'default': False,
|
||||||
'validator': bool,
|
'validator': bool,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user