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",
|
||||
"then": {
|
||||
"en": "1 euro coins are accepted"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "payment:coins:denominations=2.00 EUR",
|
||||
"if": "payment:coins:denominations=2 EUR",
|
||||
"icon": "./assets/tagRenderings/2euro.svg",
|
||||
"then": {
|
||||
"en": "2 euro coins are accepted"
|
||||
|
@ -1638,4 +1638,4 @@
|
|||
"es": "El nombre de red es <b>{internet_access:ssid}</b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue