Merge pull request #843 from colouring-cities/rename-street-context
Rename "Streetscape" to "Street Context"
This commit is contained in:
commit
08b6f0fc04
@ -109,7 +109,7 @@ export const categoriesConfig: {[key in Category]: CategoryDefinition} = {
|
|||||||
[Category.Streetscape]: {
|
[Category.Streetscape]: {
|
||||||
inactive: true,
|
inactive: true,
|
||||||
slug: 'streetscape',
|
slug: 'streetscape',
|
||||||
name: 'Streetscape',
|
name: 'Street Context',
|
||||||
aboutUrl: 'https://pages.colouring.london/greenery',
|
aboutUrl: 'https://pages.colouring.london/greenery',
|
||||||
intro: "What's the building's context? Coming soon…",
|
intro: "What's the building's context? Coming soon…",
|
||||||
},
|
},
|
||||||
|
@ -219,7 +219,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
|||||||
[Category.Streetscape]: [{
|
[Category.Streetscape]: [{
|
||||||
mapStyle: undefined,
|
mapStyle: undefined,
|
||||||
legend: {
|
legend: {
|
||||||
title: 'Streetscape',
|
title: 'Street Context',
|
||||||
elements: []
|
elements: []
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
Loading…
Reference in New Issue
Block a user