Skip to content

Commit

Permalink
fix(emissions): replace emissions variable to use emissionsTreeCover …
Browse files Browse the repository at this point in the history
…for Co2Emissions property
  • Loading branch information
willian-viana committed Apr 25, 2024
1 parent b358631 commit 0f77f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/sentences.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const adminSentences = {
countrySpecific: {
IDN: 'In 2001, {location} had {primaryForest} of primary forest*, extending over {percentagePrimaryForest} of its land area. In {year}, it lost {primaryLoss} of primary forest*, equivalent to {emissionsPrimary} of CO₂ emissions.',
},
co2Emissions: ', equivalent to {emissions} of CO\u2082 emissions.',
co2Emissions: ', equivalent to {emissionsTreeCover} of CO\u2082 emissions.',
end: '.',
};

Expand Down

0 comments on commit 0f77f1f

Please sign in to comment.