From 81cde8e47a3f27c01507d3f83ec00727eb69c143 Mon Sep 17 00:00:00 2001 From: Willian Viana Date: Wed, 29 Nov 2023 13:32:03 -0300 Subject: [PATCH] feat(fao-cover): improving widget sentences --- components/widgets/land-cover/fao-cover/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/widgets/land-cover/fao-cover/index.js b/components/widgets/land-cover/fao-cover/index.js index ee8bd02da8..0838f4a17f 100644 --- a/components/widgets/land-cover/fao-cover/index.js +++ b/components/widgets/land-cover/fao-cover/index.js @@ -30,13 +30,13 @@ export default { refetchKeys: ['faoYear'], sentences: { globalInitial: - 'According to the FAO, in {year}, {percent} ({amountInHectares}) of the globe was covered by forest. Of this, {primaryPercent} was primary forest.', + 'According to the FAO, in {year}, {percent} ({amountInHectares}) of the globe was covered by forest. {primaryPercent} of that forest was classified as primary forest.', globalNoPrimary: - 'FAO data from 2015 shows that there are {extent} of forest {location}, which occupies {primaryPercent} of the world.', + 'According to the FAO, in {year},{primaryPercent} ({extent}) of the world was covered by forest.', initial: - 'According to the FAO, in {year}, {percent} ({amountInHectares}) of {country} was covered by forest. Of this, {primaryPercent} was primary forest.', + 'According to the FAO, in {year}, {percent} ({amountInHectares}) of {country} was covered by forest. {primaryPercent} of that forest was classified as primary forest.', noPrimary: - 'FAO data from 2015 shows that {location} contains {extent} of forest, which occupies {primaryPercent} of the country.', + 'According to the FAO, in {year},{primaryPercent} ({extent}) of {location} was covered by forest.', }, getSettingsConfig: () => { return [