From b7555b4f0b29af2bb12b6af98ca480d370820ac2 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sun, 7 Oct 2018 11:09:42 -0700 Subject: [PATCH] Adds the generated changes for #5376 --- data/presets.yaml | 4 ++-- data/presets/fields.json | 2 +- dist/locales/en.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index f04b94426..b292d1c24 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1317,8 +1317,8 @@ en: options: # 'piste:type=connection' connection: Connection between pistes - # 'piste:type=downhill' - downhill: Nordic + # 'piste:type=nordic' + nordic: Nordic # 'piste:type=playground' playground: Playground place: diff --git a/data/presets/fields.json b/data/presets/fields.json index 801eb4d74..1d8fc8bf7 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -211,7 +211,7 @@ "piste/grooming_nordic": {"key": "piste:grooming", "type": "combo", "label": "Grooming", "strings": {"options": {"classic": "Classic", "backcountry": "Backcountry, no grooming", "classic+skating": "Classic and Skating", "scooter": "Scooter/Snowmobile", "skating": "Skating"}}}, "piste/grooming": {"key": "piste:grooming", "type": "combo", "label": "Grooming", "strings": {"options": {"classic": "Classic", "mogul": "Mogul", "backcountry": "Backcountry", "classic+skating": "Classic and Skating", "scooter": "Scooter/Snowmobile", "skating": "Skating"}}}, "piste/type_downhill": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "snow_park": "Snow Park", "playground": "Playground", "connection": "Connection between pistes"}}}, - "piste/type_nordic": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Nordic", "playground": "Playground", "connection": "Connection between pistes"}}}, + "piste/type_nordic": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"nordic": "Nordic", "playground": "Playground", "connection": "Connection between pistes"}}}, "piste/type": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "nordic": "Nordic", "skitour": "Skitour", "sled": "Sled", "hike": "Hike", "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", "playground": "Playground", "connection": "Connection"}}}, "place": {"key": "place", "type": "typeCombo", "label": "Type"}, "plant": {"key": "plant", "type": "combo", "label": "Plant"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 431da2fe2..0d4eb105b 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2528,7 +2528,7 @@ "piste/type_nordic": { "label": "Type", "options": { - "downhill": "Nordic", + "nordic": "Nordic", "playground": "Playground", "connection": "Connection between pistes" }