diff --git a/assets/layers/historic_rolling_stock/historic_rolling_stock.json b/assets/layers/historic_rolling_stock/historic_rolling_stock.json index 37f5d8fa6f..7e394b05eb 100644 --- a/assets/layers/historic_rolling_stock/historic_rolling_stock.json +++ b/assets/layers/historic_rolling_stock/historic_rolling_stock.json @@ -150,6 +150,10 @@ ], "tagRenderings": [ "images", + { + "id": "preset_type", + "render": "{preset_type_select()}" + }, "wikipedia", { "id": "model", diff --git a/src/UI/SpecialVisualisations/UISpecialVisualisations.ts b/src/UI/SpecialVisualisations/UISpecialVisualisations.ts index deb1550961..1414c27325 100644 --- a/src/UI/SpecialVisualisations/UISpecialVisualisations.ts +++ b/src/UI/SpecialVisualisations/UISpecialVisualisations.ts @@ -21,7 +21,7 @@ class QuestionViz implements SpecialVisualizationSvelte { funcName = "questions" needsUrls = [] docs = - "The special element which shows the questions which are unkown. Added by default if not yet there" + "The special element which shows the questions which are unknown. Added by default if not yet there" args = [ { name: "labels",