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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,