improve question context

specify "new bikes" in question, to explicitly distinguish between bicycles, when a shop sells second-hand bikes, too.
This commit is contained in:
Win Olario 2023-03-04 08:31:29 +08:00 committed by GitHub
parent 1ec2b58742
commit b830a77691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,7 +320,7 @@
{ {
"if": "service:bicycle:retail=yes", "if": "service:bicycle:retail=yes",
"then": { "then": {
"en": "This shop sells bikes", "en": "This shop sells new bikes",
"nl": "Deze winkel verkoopt fietsen", "nl": "Deze winkel verkoopt fietsen",
"fr": "Ce magasin vend des vélos", "fr": "Ce magasin vend des vélos",
"gl": "Esta tenda vende bicicletas", "gl": "Esta tenda vende bicicletas",
@ -337,7 +337,7 @@
{ {
"if": "service:bicycle:retail=no", "if": "service:bicycle:retail=no",
"then": { "then": {
"en": "This shop doesn't sell bikes", "en": "This shop doesn't sell new bikes",
"nl": "Deze winkel verkoopt geen fietsen", "nl": "Deze winkel verkoopt geen fietsen",
"fr": "Ce magasin ne vend pas de vélo", "fr": "Ce magasin ne vend pas de vélo",
"gl": "Esta tenda non vende bicicletas", "gl": "Esta tenda non vende bicicletas",
@ -815,4 +815,4 @@
} }
} }
] ]
} }