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,