From 4381073a616c4f0019b7388ada5e1f22147ed026 Mon Sep 17 00:00:00 2001 From: Luis Zenteno Date: Thu, 31 Oct 2024 09:29:47 -0600 Subject: [PATCH] fix location label --- components/widgets/land-cover/natural-forest/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/widgets/land-cover/natural-forest/index.js b/components/widgets/land-cover/natural-forest/index.js index b8386ddc21..db7a4d1d4d 100644 --- a/components/widgets/land-cover/natural-forest/index.js +++ b/components/widgets/land-cover/natural-forest/index.js @@ -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: {