mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
fix typo in user display settings (#4420)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user