mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Typo fix in translated string (#4535)
This commit is contained in:
parent
b8b19c60ef
commit
d4a64b4f7d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user