2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

Fix 'Maximimum' typo (#5990)

This commit is contained in:
mechanarchy
2023-11-27 13:01:01 +11:00
committed by GitHub
parent fac66b289b
commit 1994b0f3b2

View File

@ -2276,7 +2276,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
'TABLE_STRING_MAX_LENGTH': {
'name': _('Table String Length'),
'description': _('Maximimum length limit for strings displayed in table views'),
'description': _('Maximum length limit for strings displayed in table views'),
'validator': [
int,
MinValueValidator(0),