We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb8ae5a + e81d3d1 commit 8ef55ddCopy full SHA for 8ef55dd
app/layout/project/sidebar/project/scenarios-list/index.tsx
@@ -379,7 +379,7 @@ export const ScenariosList: React.FC = () => {
379
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"
380
iconClassName="w-10 h-10 text-primary-500"
381
/>
382
- {`Export scenario${scenariosData.length > 1 ? 's' : ''} data`}
+ {`Export scenario${scenariosData.length > 1 ? 's' : ''} results`}
383
</Button>
384
)}
385
<Button
0 commit comments