Skip to content

Commit

Permalink
fix location label
Browse files Browse the repository at this point in the history
  • Loading branch information
wri7tno committed Oct 31, 2024
1 parent 4b8485f commit 4381073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/widgets/land-cover/natural-forest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
sentence: {
default: {
global: `As of 2020, {naturalForestPercentage} of global land cover was natural forests and {nonNaturalForestPercentage} was non-natural tree cover.`,
region: `As of 2020, {naturalForestPercentage} of land cover in {area} was natural forests and {nonNaturalForestPercentage} was non-natural tree cover.`,
region: `As of 2020, {naturalForestPercentage} of land cover in {location} was natural forests and {nonNaturalForestPercentage} was non-natural tree cover.`,
},
},
metaKey: {
Expand Down

0 comments on commit 4381073

Please sign in to comment.