mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
Fix 'Maximimum' typo (#5990)
This commit is contained in:
@ -2276,7 +2276,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
|
|||||||
|
|
||||||
'TABLE_STRING_MAX_LENGTH': {
|
'TABLE_STRING_MAX_LENGTH': {
|
||||||
'name': _('Table String 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': [
|
'validator': [
|
||||||
int,
|
int,
|
||||||
MinValueValidator(0),
|
MinValueValidator(0),
|
||||||
|
Reference in New Issue
Block a user