2
0
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:
simonkuehling
2023-02-25 21:58:37 +01:00
committed by GitHub
parent eefad0baca
commit 0c5dc2865c

View File

@ -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,