Skip to content

Commit

Permalink
updates text of export scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Apr 3, 2024
1 parent fb8ae5a commit e81d3d1
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 e81d3d1

Please sign in to comment.