Change charge field placeholders to use currency codes instead of symbols (close #6729)

This commit is contained in:
Quincy Morgan
2019-08-08 08:54:27 -05:00
parent b065de0550
commit 06c3ace58d
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -358,12 +358,12 @@ en:
# charge=*
label: Fee Amount
# charge_fee field placeholder
placeholder: '€1, $5, ¥10…'
placeholder: '1 EUR, 5 USD, 10 JPY…'
charge_toll:
# charge=*
label: Toll Amount
# charge_toll field placeholder
placeholder: '€1, $5, ¥10…'
placeholder: '1 EUR, 5 USD, 10 JPY…'
check_date:
# check_date=*
label: Last Checked Date
+2 -2
View File
@@ -59,8 +59,8 @@
"capacity": {"key": "capacity", "type": "number", "minValue": 0, "label": "Capacity", "placeholder": "50, 100, 200..."},
"cash_in": {"key": "cash_in", "type": "check", "label": "Cash In"},
"castle_type": {"key": "castle_type", "type": "combo", "label": "Type"},
"charge_fee": {"key": "charge", "type": "text", "label": "Fee Amount", "placeholder": "€1, $5, ¥10…", "prerequisiteTag": {"key": "fee", "valueNot": "no"}},
"charge_toll": {"key": "charge", "type": "text", "label": "Toll Amount", "placeholder": "€1, $5, ¥10…", "prerequisiteTag": {"key": "toll", "valueNot": "no"}},
"charge_fee": {"key": "charge", "type": "text", "label": "Fee Amount", "placeholder": "1 EUR, 5 USD, 10 JPY…", "prerequisiteTag": {"key": "fee", "valueNot": "no"}},
"charge_toll": {"key": "charge", "type": "text", "label": "Toll Amount", "placeholder": "1 EUR, 5 USD, 10 JPY…", "prerequisiteTag": {"key": "toll", "valueNot": "no"}},
"check_date": {"key": "check_date", "type": "text", "label": "Last Checked Date"},
"clothes": {"key": "clothes", "type": "semiCombo", "label": "Clothes"},
"club": {"key": "club", "type": "typeCombo", "label": "Type"},
+1 -1
View File
@@ -2,7 +2,7 @@
"key": "charge",
"type": "text",
"label": "Fee Amount",
"placeholder": "€1, $5, ¥10…",
"placeholder": "1 EUR, 5 USD, 10 JPY…",
"prerequisiteTag": {
"key": "fee",
"valueNot": "no"
+1 -1
View File
@@ -2,7 +2,7 @@
"key": "charge",
"type": "text",
"label": "Toll Amount",
"placeholder": "€1, $5, ¥10…",
"placeholder": "1 EUR, 5 USD, 10 JPY…",
"prerequisiteTag": {
"key": "toll",
"valueNot": "no"
+2 -2
View File
@@ -2711,11 +2711,11 @@
},
"charge_fee": {
"label": "Fee Amount",
"placeholder": "€1, $5, ¥10…"
"placeholder": "1 EUR, 5 USD, 10 JPY…"
},
"charge_toll": {
"label": "Toll Amount",
"placeholder": "€1, $5, ¥10…"
"placeholder": "1 EUR, 5 USD, 10 JPY…"
},
"check_date": {
"label": "Last Checked Date"