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': {
|
||||
'name': _('Seach Supplier Parts'),
|
||||
'name': _('Search Supplier Parts'),
|
||||
'description': _('Display supplier parts in search preview window'),
|
||||
'default': True,
|
||||
'validator': bool,
|
||||
|
|
|
|||
Loading…
Reference in New Issue