mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +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': {
|
'PRICING_DECIMAL_PLACES': {
|
||||||
'name': _('Maximum 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,
|
'default': 6,
|
||||||
'validator': [
|
'validator': [
|
||||||
int,
|
int,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user