mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix 'Maximimum' typo (#5990)
This commit is contained in:
parent
fac66b289b
commit
1994b0f3b2
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user