2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 20:20:58 +00:00

Other changes as requested

This commit is contained in:
Oliver Walters
2022-03-30 12:42:57 +11:00
parent a45e2c0199
commit 4c6ad6facf
3 changed files with 5 additions and 5 deletions

View File

@ -1319,7 +1319,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
'SEARCH_PREVIEW_RESULTS': {
'name': _('Search Preview Results'),
'description': _('Number of results to show in search preview window'),
'description': _('Number of results to show in each section of the search preview window'),
'default': 10,
'validator': [int, MinValueValidator(1)]
},