Skip to content

Commit

Permalink
Merge pull request #1671 from Vizzuality/MRXN23-615-can-we-change-the…
Browse files Browse the repository at this point in the history
…-label-on-the

[MRXN23-615] updates text of export scenario
  • Loading branch information
andresgnlez authored Apr 3, 2024
2 parents fb8ae5a + e81d3d1 commit 8ef55dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export const ScenariosList: React.FC = () => {
className="absolute bottom-0 left-0 right-0 top-0 z-40 flex h-full w-full items-center justify-center bg-gray-900 bg-opacity-90"
iconClassName="w-10 h-10 text-primary-500"
/>
{`Export scenario${scenariosData.length > 1 ? 's' : ''} data`}
{`Export scenario${scenariosData.length > 1 ? 's' : ''} results`}
</Button>
)}
<Button
Expand Down

0 comments on commit 8ef55dd

Please sign in to comment.