From d4a64b4f7d8e44413e07fe3478195fb1554293db Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 28 Mar 2023 08:24:37 +1100 Subject: [PATCH] Typo fix in translated string (#4535) --- InvenTree/common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index e842ad748a..8cd74527f2 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -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,