diff --git a/components/widgets/land-cover/tree-cover/index.js b/components/widgets/land-cover/tree-cover/index.js index c710603369..4686d7963b 100644 --- a/components/widgets/land-cover/tree-cover/index.js +++ b/components/widgets/land-cover/tree-cover/index.js @@ -46,29 +46,29 @@ export default { default: { global: { treeCover: - 'As of {year}, {percentage} of {location} land cover was {threshold} tree cover.', + 'As of {year}, {percentage} of {location} land cover was tree cover with {threshold} canopy density.', tropicalTreeCover: - 'As of {year}, {percentage} of {location} land cover was {threshold} tropical tree cover.', + 'As of {year}, {percentage} of {location} land cover was tropical tree cover with {threshold} canopy density.', }, region: { treeCover: - 'As of {year}, {percentage} of {location} land cover was {threshold} tree cover.', + 'As of {year}, {percentage} of {location} land cover was tree cover with {threshold} canopy density.', tropicalTreeCover: - 'As of {year}, {percentage} of {location} land cover was {threshold} tropical tree cover.', + 'As of {year}, {percentage} of {location} land cover was tropical tree cover with {threshold} canopy density.', }, }, withIndicator: { global: { treeCover: - 'As of {year}, {percentage} of {location} land cover in {indicator} was {threshold} tree cover.', + 'As of {year}, {percentage} of {location} land cover in {indicator} was tree cover with {threshold} canopy density.', tropicalTreeCover: - 'As of {year}, {percentage} of {location} land cover in {indicator} was {threshold} tropical tree cover.', + 'As of {year}, {percentage} of {location} land cover in {indicator} was tropical tree cover with {threshold} canopy density.', }, region: { treeCover: - 'As of {year}, {percentage} of {indicator} in {location} was {threshold} tree cover.', + 'As of {year}, {percentage} of {indicator} in {location} was tree cover with {threshold} canopy density.', tropicalTreeCover: - 'As of {year}, {percentage} of {indicator} in {location} was {threshold} tropical tree cover.', + 'As of {year}, {percentage} of {indicator} in {location} was tropical tree cover with {threshold} canopy density.', }, }, },