From 6bf193f86f61500db70cc0dbf499afd40966efa2 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 10 Feb 2025 02:52:39 +0100 Subject: [PATCH] Fix: typo in theme --- .../mapcomplete-changes.json | 93 +++++++++---------- .../mapcomplete-changes.proto.json | 2 +- 2 files changed, 45 insertions(+), 50 deletions(-) diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json index 462a4e7f33..343dbc2aeb 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -790,7 +790,7 @@ ] }, { - "id": "platform", + "id": "added-image", "options": [ { "question": { @@ -800,6 +800,49 @@ "es": "El conjunto de cambios agregó al menos una imagen", "ko": "주요 변경사항에 최소 하나의 이미지가 추가 되었습니다", "nl": "Changeset voegde minstens één afbeelding toe" + }, + "osmTags": "add-image>0" + } + ] + }, + { + "id": "exclude_grb", + "options": [ + { + "osmTags": "theme!=grb", + "question": { + "en": "Exclude GRB theme", + "de": "GRB-Thema ausschließen", + "cs": "Vyloučit motiv GRB", + "es": "Excluir el tema GRB", + "nl": "GRB-thema uitsluiten", + "ko": "GRB 테마 제외" + } + } + ] + }, + { + "id": "exclude_etymology", + "options": [ + { + "osmTags": "theme!=etymology", + "question": { + "en": "Exclude etymology theme", + "de": "Etymologie-Thema ausschließen", + "cs": "Vyloučit etymologii tématu", + "es": "Excluir el tema de etimología", + "nl": "Thema etymologie uitsluiten", + "ko": "어원 테마 제외" + } + } + ] + }, + { + "id": "platform", + "options": [ + { + "question": { + "en": "All platforms" } }, { @@ -815,54 +858,6 @@ "osmTags": "android=" } ] - }, - { - "id": "added-image", - "options": [ - { - "osmTags": "add-image>0", - "question": { - "en": "Exclude GRB theme", - "de": "GRB-Thema ausschließen", - "cs": "Vyloučit motiv GRB", - "es": "Excluir el tema GRB", - "nl": "GRB-thema uitsluiten", - "ko": "GRB 테마 제외" - } - } - ] - }, - { - "id": "exclude_grb", - "options": [ - { - "osmTags": "theme!=grb", - "question": { - "en": "Exclude etymology theme", - "de": "Etymologie-Thema ausschließen", - "cs": "Vyloučit etymologii tématu", - "es": "Excluir el tema de etimología", - "nl": "Thema etymologie uitsluiten", - "ko": "어원 테마 제외" - } - } - ] - }, - { - "id": "exclude_etymology", - "options": [ - { - "osmTags": "theme!=etymology", - "question": { - "en": "Exclude etymology theme", - "de": "Etymologie-Thema ausschließen", - "es": "Excluir el tema de etimología", - "cs": "Vyloučit etymologii tématu", - "nl": "Thema etymologie uitsluiten", - "ko": "어원 테마 제외" - } - } - ] } ] }, diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.proto.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.proto.json index 7972623e0c..dbbc7614ee 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.proto.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.proto.json @@ -475,7 +475,7 @@ "id": "platform", "options": [ { - "quesiton": { + "question": { "en": "All platforms" } },