Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Manos Psychogyiopoulos committed Oct 25, 2023
1 parent 34afd9d commit 7adcd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-calypso-bridge-plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function prevent_woocommerce_deactivation_notice() {
if ( isset( $_GET['prevent_wc_deactivation'] ) ) { // WPCS: CSRF ok, input var ok, sanitization ok.
?>
<div class="notice notice-error is-dismissible">
<p><?php esc_html_e( 'WooCommerce can\'t be deactivated on the eCommerce plan.', 'wc-calypso-bridge' ); ?></p>
<p><?php esc_html_e( 'WooCommerce cannot be deactivated on this plan.', 'wc-calypso-bridge' ); ?></p>
</div>
<?php
}
Expand Down

0 comments on commit 7adcd2b

Please sign in to comment.