Skip to content

Commit

Permalink
improved notifications for summary download
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Oct 2, 2023
1 parent 78a81e3 commit d17995e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/layout/project/sidebar/project/scenarios-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const ScenariosList: React.FC = () => {
'download-info',
<>
<h2 className="font-medium">Download in progress</h2>
<ul className="text-sm">Your report is being downloaded.</ul>
<ul className="text-sm">The report is being downloaded.</ul>
</>,
{
level: 'info',
Expand All @@ -220,8 +220,8 @@ export const ScenariosList: React.FC = () => {
addToast(
'download-error',
<>
<h2 className="font-medium">Error</h2>
<ul className="text-sm">Solutions report not downloaded</ul>
<h2 className="font-medium">Something went wrong</h2>
<ul className="text-sm">The report could not be downloaded. Please, try again.</ul>
</>,
{
level: 'error',
Expand Down

1 comment on commit d17995e

@vercel
Copy link

@vercel vercel bot commented on d17995e Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marxan – ./

marxan-git-develop-vizzuality1.vercel.app
marxan-vizzuality1.vercel.app
marxan23.vercel.app

Please sign in to comment.