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", "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"