Skip to content

Commit

Permalink
chore(sentence): improve sentence to display dataset name
Browse files Browse the repository at this point in the history
  • Loading branch information
willian-viana committed Nov 4, 2024
1 parent d59c84c commit 56a966e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/widgets/land-cover/tree-cover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>tree cover</strong> 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 <strong>tropical tree cover</strong> 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 <strong>tree cover</strong> 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 <strong>tropical tree cover</strong> 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 <strong>tree cover</strong> 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 <strong>tropical tree cover</strong> 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 <strong>tree cover</strong> 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 <strong>tropical tree cover</strong> with {threshold} canopy density.',
},
},
},
Expand Down

0 comments on commit 56a966e

Please sign in to comment.