Typo fix in translated string (#4535)

This commit is contained in:
Oliver 2023-03-28 08:24:37 +11:00 committed by GitHub
parent b8b19c60ef
commit d4a64b4f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1229,7 +1229,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
'PRICING_DECIMAL_PLACES': {
'name': _('Maximum Pricing Decimal Places'),
'description': _('Maximum umber of decimal places to display when rendering pricing data'),
'description': _('Maximum number of decimal places to display when rendering pricing data'),
'default': 6,
'validator': [
int,