Skip to content

Commit

Permalink
A4A > Referrals: Fix the cancel subscription confirmation message for…
Browse files Browse the repository at this point in the history
… the client (#94707)
  • Loading branch information
yashwin authored Sep 24, 2024
1 parent 2bc18ce commit db5845e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function CancelSubscriptionAction( { subscription, onCancelSubscr
<TextPlaceholder />
) : (
translate(
'{{b}}%(productName)s{{/b}} will stop recommending products to your customers. This action cannot be undone.',
'{{b}}%(productName)s{{/b}} will be canceled, and you will no longer have access to it. Are you sure you want to cancel?',
{
args: {
productName,
Expand Down

0 comments on commit db5845e

Please sign in to comment.