forked from MapComplete/MapComplete
Fix typo in payment question
This commit is contained in:
parent
7728982a31
commit
6e0553d662
1 changed files with 1 additions and 1 deletions
|
@ -977,7 +977,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "payment:debit_cards=yes",
|
"if": "payment:debit_cards=yes",
|
||||||
"ifnot": "payment_debit_cards=no",
|
"ifnot": "payment:debit_cards=no",
|
||||||
"icon": "./assets/tagRenderings/payment_card.svg",
|
"icon": "./assets/tagRenderings/payment_card.svg",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Debit cards are accepted here",
|
"en": "Debit cards are accepted here",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue