mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Typo fix in translated string (#4535)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user