From 19069a69d2f2d20d7bf9bf0530f001d63d1617ed Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 5 Dec 2022 19:25:54 +0100 Subject: [PATCH] tweak displayed text --- app/src/frontend/config/category-maps-config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/config/category-maps-config.ts b/app/src/frontend/config/category-maps-config.ts index 7ddf5f3a..39ffd40e 100644 --- a/app/src/frontend/config/category-maps-config.ts +++ b/app/src/frontend/config/category-maps-config.ts @@ -189,8 +189,8 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} = { mapStyle: 'planning_applications_status_recent', legend: { - title: 'The last year - planning applications submissions/decisions', - disclaimer: 'The map shows applications where the submission or decision data falls within last year.', + title: 'Last 12 months - planning applications submissions/decisions', + disclaimer: 'The map shows applications where the submission or decision data falls within last 12 months.', elements: [ { color: '#53f5dd', text: 'Submitted, awaiting decision' }, { color: '#fff200', text: 'Appeal In Progress' }, @@ -205,6 +205,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} = mapStyle: 'planning_applications_status_very_recent', legend: { title: 'Last 30 days - planning applications submissions/decisions', + disclaimer: 'The map shows applications where the submission or decision data falls within last 30 days.', elements: [ { color: '#53f5dd', text: 'Submitted, awaiting decision' }, { color: '#fff200', text: 'Appeal In Progress' },