diff --git a/changelog/update-disputes-csv-download-notice b/changelog/update-disputes-csv-download-notice new file mode 100644 index 00000000000..a725ff8becb --- /dev/null +++ b/changelog/update-disputes-csv-download-notice @@ -0,0 +1,5 @@ +Significance: patch +Type: dev +Comment: Minor update to disputes CSV download notice. No need extra changelog entry. + + diff --git a/client/disputes/index.tsx b/client/disputes/index.tsx index 6e372cf6f9a..0791658e4d5 100644 --- a/client/disputes/index.tsx +++ b/client/disputes/index.tsx @@ -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: 'โœ…', - } + ) ); } };