From 970121ae477eadba0d9d901f94110a9437f065b6 Mon Sep 17 00:00:00 2001 From: Bruce Aldridge Date: Thu, 5 Oct 2023 13:35:45 +1300 Subject: [PATCH 1/4] Update wording for disputes implying that fee has not yet been deducted --- changelog/fix-7254-update-dispute-fee-text | 4 ++++ .../dispute-details/dispute-awaiting-response-details.tsx | 2 +- client/payment-details/dispute-details/dispute-steps.tsx | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelog/fix-7254-update-dispute-fee-text diff --git a/changelog/fix-7254-update-dispute-fee-text b/changelog/fix-7254-update-dispute-fee-text new file mode 100644 index 00000000000..e74cb3829c2 --- /dev/null +++ b/changelog/fix-7254-update-dispute-fee-text @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Minor wording change on unreleased feature. diff --git a/client/payment-details/dispute-details/dispute-awaiting-response-details.tsx b/client/payment-details/dispute-details/dispute-awaiting-response-details.tsx index 394d014df33..5f92be86a12 100644 --- a/client/payment-details/dispute-details/dispute-awaiting-response-details.tsx +++ b/client/payment-details/dispute-details/dispute-awaiting-response-details.tsx @@ -127,7 +127,7 @@ function getAcceptDisputeProps( dispute: Dispute ): AcceptDisputeProps { sprintf( /* translators: %s: dispute fee, : emphasis HTML element. */ __( - 'Accepting the dispute marks it as Lost. The disputed amount will be returned to the cardholder, with a %s dispute fee deducted from your account.', + 'Accepting the dispute marks it as Lost. The disputed amount and the %s dispute fee will not be returned to you..', 'woocommerce-payments' ), getDisputeFeeFormatted( dispute, true ) ?? '-' diff --git a/client/payment-details/dispute-details/dispute-steps.tsx b/client/payment-details/dispute-details/dispute-steps.tsx index dc6ec5f10f8..924e7a27641 100644 --- a/client/payment-details/dispute-details/dispute-steps.tsx +++ b/client/payment-details/dispute-details/dispute-steps.tsx @@ -151,7 +151,7 @@ const DisputeSteps: React.FC< Props > = ( { content={ sprintf( // Translators: %s is a formatted currency amount, eg $10.00. __( - `Accepting this dispute will automatically close it. Your account will be charged a %s fee, and the disputed amount will be refunded to the cardholder.`, + `Accepting this dispute will automatically close it. The disputed amount and the %s dispute fee will not be returned to you.`, 'woocommerce-payments' ), getDisputeFeeFormatted( From 18960513579a7f0b4d1b9bb216d20fd67c42cf69 Mon Sep 17 00:00:00 2001 From: Bruce Aldridge Date: Thu, 5 Oct 2023 13:39:08 +1300 Subject: [PATCH 2/4] removing duplicated ',' --- .../dispute-details/dispute-awaiting-response-details.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/payment-details/dispute-details/dispute-awaiting-response-details.tsx b/client/payment-details/dispute-details/dispute-awaiting-response-details.tsx index 5f92be86a12..606f7c0475b 100644 --- a/client/payment-details/dispute-details/dispute-awaiting-response-details.tsx +++ b/client/payment-details/dispute-details/dispute-awaiting-response-details.tsx @@ -127,7 +127,7 @@ function getAcceptDisputeProps( dispute: Dispute ): AcceptDisputeProps { sprintf( /* translators: %s: dispute fee, : emphasis HTML element. */ __( - 'Accepting the dispute marks it as Lost. The disputed amount and the %s dispute fee will not be returned to you..', + 'Accepting the dispute marks it as Lost. The disputed amount and the %s dispute fee will not be returned to you.', 'woocommerce-payments' ), getDisputeFeeFormatted( dispute, true ) ?? '-' From dde95583f66c6511a57cda87b0cc46ef48897608 Mon Sep 17 00:00:00 2001 From: Shendy <73803630+shendy-a8c@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:33:13 +0700 Subject: [PATCH 3/4] Change changelog file so it does not produce a changelog entry. --- changelog/fix-7254-update-dispute-fee-text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/fix-7254-update-dispute-fee-text b/changelog/fix-7254-update-dispute-fee-text index e74cb3829c2..5e83910a3fd 100644 --- a/changelog/fix-7254-update-dispute-fee-text +++ b/changelog/fix-7254-update-dispute-fee-text @@ -1,4 +1,4 @@ Significance: patch Type: fix +Comment: Minor wording change on unreleased feature. -Minor wording change on unreleased feature. From d31d48e572ba9b9f44cfd15d2eedf1dbba6b3e7c Mon Sep 17 00:00:00 2001 From: Shendy <73803630+shendy-a8c@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:34:38 +0700 Subject: [PATCH 4/4] Add an extra new line to the changelog file. --- changelog/fix-7254-update-dispute-fee-text | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/fix-7254-update-dispute-fee-text b/changelog/fix-7254-update-dispute-fee-text index 5e83910a3fd..d0bf68420b2 100644 --- a/changelog/fix-7254-update-dispute-fee-text +++ b/changelog/fix-7254-update-dispute-fee-text @@ -2,3 +2,4 @@ Significance: patch Type: fix Comment: Minor wording change on unreleased feature. +