mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix typo in user display settings (#4420)
This commit is contained in:
parent
eefad0baca
commit
0c5dc2865c
@ -1817,7 +1817,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
|
|||||||
},
|
},
|
||||||
|
|
||||||
'SEARCH_PREVIEW_SHOW_SUPPLIER_PARTS': {
|
'SEARCH_PREVIEW_SHOW_SUPPLIER_PARTS': {
|
||||||
'name': _('Seach Supplier Parts'),
|
'name': _('Search Supplier Parts'),
|
||||||
'description': _('Display supplier parts in search preview window'),
|
'description': _('Display supplier parts in search preview window'),
|
||||||
'default': True,
|
'default': True,
|
||||||
'validator': bool,
|
'validator': bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user