From 56dff201ad278ce2af4b213e5e8afd1adf3fff8a Mon Sep 17 00:00:00 2001 From: Alvaro Leal Date: Wed, 20 Sep 2023 13:30:16 +0200 Subject: [PATCH] Update protea display name to sugarbushes --- src/constants/biodiversity-layers-constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/constants/biodiversity-layers-constants.js b/src/constants/biodiversity-layers-constants.js index 1de62f63a..c99eeae3a 100644 --- a/src/constants/biodiversity-layers-constants.js +++ b/src/constants/biodiversity-layers-constants.js @@ -274,8 +274,8 @@ export const getLayersToggleConfig = () => ({ }, { value: PROTEA_RICHNESS_1KM, - name: t('protea'), - title: t('protea'), + name: t('sugarbushes'), + title: t('sugarbushes'), layer: PROTEA_RICHNESS_1KM, group: t('plants'), }, @@ -477,8 +477,8 @@ export const getLayersToggleConfig = () => ({ }, { value: PROTEA_RARITY_1KM, - name: t('protea'), - title: t('protea'), + name: t('sugarbushes'), + title: t('sugarbushes'), layer: PROTEA_RARITY_1KM, group: t('plants'), },