diff --git a/languages/woocommerce-subscribe-all-the-things.pot b/languages/woocommerce-subscribe-all-the-things.pot index e944068..8752b19 100755 --- a/languages/woocommerce-subscribe-all-the-things.pot +++ b/languages/woocommerce-subscribe-all-the-things.pot @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: WooCommerce Subscribe All The Things 2.1.5\n" "Report-Msgid-Bugs-To: " "https://github.com/Prospress/woocommerce-subscribe-all-the-things/issues\n" -"POT-Creation-Date: 2019-03-29 21:08:47+00:00\n" +"POT-Creation-Date: 2019-03-29 21:25:02+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -349,7 +349,7 @@ msgid "" "upgrading to All Products For WooCommerce Subscriptions, the " -"officially supported version of Subscribe All The Things." +"WooCommerce.com successor of Subscribe All The Things." msgstr "" #: woocommerce-subscribe-all-the-things.php:270 @@ -359,7 +359,7 @@ msgid "" "All Products For WooCommerce Subscriptions, the " -"officially supported version of Subscribe All The Things." +"WooCommerce.com successor of Subscribe All The Things." msgstr "" #: woocommerce-subscribe-all-the-things.php:336 diff --git a/woocommerce-subscribe-all-the-things.php b/woocommerce-subscribe-all-the-things.php index 740bfb6..80ae282 100755 --- a/woocommerce-subscribe-all-the-things.php +++ b/woocommerce-subscribe-all-the-things.php @@ -257,7 +257,7 @@ public function wcs_admin_notice() { */ public function wcs_apfs_admin_notice() { - echo '

' . sprintf( __( 'Subscribe All The Things has not been tested with the version of WooCommerce Subscriptions found on your system. Please consider upgrading to All Products For WooCommerce Subscriptions, the officially supported version of Subscribe All The Things.', 'woocommerce-subscribe-all-the-things' ), self::MAX_WCS_VERSION ) . '

'; + echo '

' . sprintf( __( 'Subscribe All The Things has not been tested with the version of WooCommerce Subscriptions found on your system. Please consider upgrading to All Products For WooCommerce Subscriptions, the WooCommerce.com successor of Subscribe All The Things.', 'woocommerce-subscribe-all-the-things' ), self::MAX_WCS_VERSION ) . '

'; } /** @@ -267,7 +267,7 @@ public function wcs_apfs_admin_notice() { */ public function wc_apfs_admin_notice() { - echo '

' . sprintf( __( 'Subscribe All The Things has not been tested with the version of WooCommerce found on your system. Please consider upgrading to All Products For WooCommerce Subscriptions, the officially supported version of Subscribe All The Things.', 'woocommerce-subscribe-all-the-things' ), self::MAX_WC_VERSION ) . '

'; + echo '

' . sprintf( __( 'Subscribe All The Things has not been tested with the version of WooCommerce found on your system. Please consider upgrading to All Products For WooCommerce Subscriptions, the WooCommerce.com successor of Subscribe All The Things.', 'woocommerce-subscribe-all-the-things' ), self::MAX_WC_VERSION ) . '

'; } /**