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

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