From dcdc45f14749e0bc843f465590fb4b01240d1cb5 Mon Sep 17 00:00:00 2001 From: Shendy <73803630+shendy-a8c@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:46:15 +0700 Subject: [PATCH] Update disputes CSV download notice. (#10360) --- changelog/update-disputes-csv-download-notice | 5 +++++ client/disputes/index.tsx | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 changelog/update-disputes-csv-download-notice 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: 'โœ…', - } + ) ); } };