Skip to content

Commit

Permalink
Update protea display name to sugarbushes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Sep 20, 2023
1 parent 3c2293a commit 56dff20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/biodiversity-layers-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
Expand Down Expand Up @@ -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'),
},
Expand Down

1 comment on commit 56dff20

@vercel
Copy link

@vercel vercel bot commented on 56dff20 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.