forked from MapComplete/MapComplete
Fix typo
This commit is contained in:
parent
d835b92c7c
commit
7480f22d9d
1 changed files with 3 additions and 3 deletions
|
|
@ -1081,14 +1081,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "payment:coins:denominations=1.00 EUR",
|
"if": "payment:coins:denominations=1 EUR",
|
||||||
"icon": "./assets/tagRenderings/1euro.svg",
|
"icon": "./assets/tagRenderings/1euro.svg",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "1 euro coins are accepted"
|
"en": "1 euro coins are accepted"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "payment:coins:denominations=2.00 EUR",
|
"if": "payment:coins:denominations=2 EUR",
|
||||||
"icon": "./assets/tagRenderings/2euro.svg",
|
"icon": "./assets/tagRenderings/2euro.svg",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "2 euro coins are accepted"
|
"en": "2 euro coins are accepted"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue