Skip to content

Commit

Permalink
Update disputes CSV download notice. (#10360)
Browse files Browse the repository at this point in the history
  • Loading branch information
shendy-a8c authored Feb 13, 2025
1 parent 7ab95be commit dcdc45f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog/update-disputes-csv-download-notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Minor update to disputes CSV download notice. No need extra changelog entry.


7 changes: 2 additions & 5 deletions client/disputes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,14 +409,11 @@ export const DisputesList = (): JSX.Element => {
'success',
sprintf(
__(
'Now processing your export. The file will download automatically and will be emailed to %s.',
'We’re processing your export. 🎉 The file will download automatically and be emailed to %s.',
'woocommerce-payments'
),
userEmail
),
{
icon: '✅',
}
)
);
}
};
Expand Down

0 comments on commit dcdc45f

Please sign in to comment.