From fef30e02ddf07382d3674ea8d51041248a99811b Mon Sep 17 00:00:00 2001 From: Jordane Pelloux-Prayer Date: Mon, 5 Feb 2018 20:48:23 +0100 Subject: [PATCH] fix the names of new presets --- data/presets/presets/shop/health_food.json | 2 +- data/presets/presets/shop/wholesale.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/presets/presets/shop/health_food.json b/data/presets/presets/shop/health_food.json index 80be91b21..a80333678 100644 --- a/data/presets/presets/shop/health_food.json +++ b/data/presets/presets/shop/health_food.json @@ -21,5 +21,5 @@ "tags": { "shop": "health_food " }, - "name": "Health food shop" + "name": "Health Food Shop" } \ No newline at end of file diff --git a/data/presets/presets/shop/wholesale.json b/data/presets/presets/shop/wholesale.json index e5067f766..289f242fd 100644 --- a/data/presets/presets/shop/wholesale.json +++ b/data/presets/presets/shop/wholesale.json @@ -20,5 +20,5 @@ "tags": { "shop": "wholesale" }, - "name": "Wholesale shop/store" + "name": "Wholesale Shop" } \ No newline at end of file