From b830a77691673d30e05e3bd052b9614983a4b30c Mon Sep 17 00:00:00 2001 From: Win Olario Date: Sat, 4 Mar 2023 08:31:29 +0800 Subject: [PATCH] improve question context specify "new bikes" in question, to explicitly distinguish between bicycles, when a shop sells second-hand bikes, too. --- assets/layers/bike_shop/bike_shop.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/layers/bike_shop/bike_shop.json b/assets/layers/bike_shop/bike_shop.json index fc61c5654e..cb51ac4b82 100644 --- a/assets/layers/bike_shop/bike_shop.json +++ b/assets/layers/bike_shop/bike_shop.json @@ -320,7 +320,7 @@ { "if": "service:bicycle:retail=yes", "then": { - "en": "This shop sells bikes", + "en": "This shop sells new bikes", "nl": "Deze winkel verkoopt fietsen", "fr": "Ce magasin vend des vélos", "gl": "Esta tenda vende bicicletas", @@ -337,7 +337,7 @@ { "if": "service:bicycle:retail=no", "then": { - "en": "This shop doesn't sell bikes", + "en": "This shop doesn't sell new bikes", "nl": "Deze winkel verkoopt geen fietsen", "fr": "Ce magasin ne vend pas de vélo", "gl": "Esta tenda non vende bicicletas", @@ -815,4 +815,4 @@ } } ] -} \ No newline at end of file +}