Skip to content

Commit

Permalink
chore(fao-cover): improve no primary sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
willian-viana committed Nov 29, 2023
1 parent 9baff8e commit 389a0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/widgets/land-cover/fao-cover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
initial:
'According to the FAO, in {year}, {percent} ({amountInHectares}) of {country} was covered by forest. {primaryPercent} of that forest was classified as primary forest.',
noPrimary:
'According to the FAO, in {year},{primaryPercent} ({extent}) of {location} was covered by forest.',
'According to the FAO, in {year},{primaryPercent} ({extent}) of {location} was covered by forest. <b>0%</b> of that forest was classified as primary forest.',
},
getSettingsConfig: () => {
return [
Expand Down

0 comments on commit 389a0e7

Please sign in to comment.