This commit is contained in:
Robin van der Linde 2022-12-08 12:01:03 +01:00 committed by GitHub
parent d835b92c7c
commit 7480f22d9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>"
}
}
}
}