Skip to content

Commit 8ef55dd

Browse files
authored
Merge pull request #1671 from Vizzuality/MRXN23-615-can-we-change-the-label-on-the
[MRXN23-615] updates text of export scenario
2 parents fb8ae5a + e81d3d1 commit 8ef55dd

File tree

1 file changed

+1
-1
lines changed
  • app/layout/project/sidebar/project/scenarios-list

1 file changed

+1
-1
lines changed

app/layout/project/sidebar/project/scenarios-list/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export const ScenariosList: React.FC = () => {
379379
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"
380380
iconClassName="w-10 h-10 text-primary-500"
381381
/>
382-
{`Export scenario${scenariosData.length > 1 ? 's' : ''} data`}
382+
{`Export scenario${scenariosData.length > 1 ? 's' : ''} results`}
383383
</Button>
384384
)}
385385
<Button

0 commit comments

Comments
 (0)