Skip to content

Commit aa77faf

Browse files
nagpaiNagesh Pai
andauthored
Update copy of warning modal (#5103)
This minor PR updates the copy of the Warning modal that appears when we disable WooCommerce Subscriptions extensions, when WC Pay is active. Co-authored-by: Nagesh Pai <[email protected]>
1 parent 79fe292 commit aa77faf

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: update
3+
4+
Update copy of warning modal appearing while deactivating Subscriptions extension.

includes/subscriptions/templates/html-subscriptions-plugin-notice.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<?php
2222
printf(
2323
// Translators: placeholders are opening and closing strong HTML tags.
24-
esc_html__( 'By deactivating the %1$sWooCommerce Subscriptions%2$s plugin, your store will switch to %1$sSubscriptions powered by WooCommerce Payments%2$s.', 'woocommerce-payments' ),
24+
esc_html__( 'By deactivating the %1$sWooCommerce Subscriptions%2$s plugin, your store will switch to using the subscriptions functionality %1$sbuilt into WooCommerce Payments%2$s.', 'woocommerce-payments' ),
2525
'<strong>',
2626
'</strong>'
2727
);
@@ -30,12 +30,12 @@
3030
<?php
3131
printf(
3232
// Translators: $1 and $2 placeholders are opening and closing strong HTML tags. $3 and $4 are opening and closing link HTML tags. $5 is an opening link HTML tag.
33-
esc_html__( 'Existing subscriptions will %1$s%3$srenew manually%4$s%2$s - subscribers will need to log in to pay for renewal. Access to premium features will also be removed. %5$sLearn more.%4$s', 'woocommerce-payments' ),
33+
esc_html__( 'Existing subscriptions will %1$s%3$srenew manually%4$s%2$s, meaning that subscribers will need to log in to pay for renewal. Access to the advanced features of the Subscriptions extension will be removed. %5$sLearn more.%4$s', 'woocommerce-payments' ),
3434
'<strong>',
3535
'</strong>',
3636
'<a href="https://woocommerce.com/document/subscriptions/renewal-process/#section-4">',
3737
'</a>',
38-
'<a href="http://woocommerce.com/document/subscriptions/deactivation/">'
38+
'<a href="https://woocommerce.com/document/subscriptions/deactivation/">'
3939
);
4040
?>
4141
</p>

0 commit comments

Comments
 (0)