diff --git a/changelog/update-10317 b/changelog/update-10317 new file mode 100644 index 00000000000..2139af25474 --- /dev/null +++ b/changelog/update-10317 @@ -0,0 +1,4 @@ +Significance: minor +Type: update + +Update the copy in the existing modal for resetting a WooPayments account. diff --git a/client/overview/modal/reset-account/strings.tsx b/client/overview/modal/reset-account/strings.tsx index 4d9bef6b2ee..99d8f428f3c 100644 --- a/client/overview/modal/reset-account/strings.tsx +++ b/client/overview/modal/reset-account/strings.tsx @@ -17,7 +17,7 @@ export default { ? sprintf( /* translators: 1: WooPayments. */ __( - 'When you reset your test account, all data — including your %1$s account details, test transactions, and payouts history — will be lost. This action cannot be undone, but you can create a new test account at any time.', + 'When you reset your test account, all payment data — including your %1$s account details, test transactions, and payouts history — will be lost. Your order history will remain. This action cannot be undone, but you can create a new test account at any time.', 'woocommerce-payments' ), 'WooPayments'