diff --git a/data/presets/presets/playground/rocker.json b/data/presets/presets/playground/rocker.json index 9a677c034..20f554867 100644 --- a/data/presets/presets/playground/rocker.json +++ b/data/presets/presets/playground/rocker.json @@ -6,5 +6,9 @@ "tags": { "playground": "springy" }, - "name": "Springy Rocker" + "name": "Spring Rider", + "terms": [ + "spring rocker", + "springy rocker" + ] } diff --git a/data/presets/presets/playground/roundabout.json b/data/presets/presets/playground/roundabout.json index 11a002bf7..f3b9adfd6 100644 --- a/data/presets/presets/playground/roundabout.json +++ b/data/presets/presets/playground/roundabout.json @@ -10,5 +10,8 @@ "tags": { "playground": "roundabout" }, - "name": "Play Roundabout" + "name": "Play Roundabout", + "terms": [ + "merry-go-round" + ] } diff --git a/dist/locales/en.json b/dist/locales/en.json index e73a316c0..dd782aba1 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -4622,12 +4622,12 @@ "terms": "high bar" }, "playground/rocker": { - "name": "Springy Rocker", - "terms": "" + "name": "Spring Rider", + "terms": "spring rocker,springy rocker" }, "playground/roundabout": { "name": "Play Roundabout", - "terms": "" + "terms": "merry-go-round" }, "playground/sandpit": { "name": "Sandpit", @@ -5810,4 +5810,4 @@ } } } -} \ No newline at end of file +}