Skip to content

Commit

Permalink
Update marine carbon title
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Aug 11, 2023
1 parent 7b5c031 commit eb166a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/carbon-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CARBON_LAYER, MARINE_CARBON_LAYER } from 'constants/layers-slugs';

export const getCarbonLayers = () => {
const CARBON_LAYER_LABEL = t('Irrecoverable land carbon');
const MARINE_CARBON_LAYER_LABEL = t('Irrecoverable marine carbon');
const MARINE_CARBON_LAYER_LABEL = t('Marine sediment carbon');
return [
{
name: CARBON_LAYER_LABEL,
Expand Down

0 comments on commit eb166a7

Please sign in to comment.