Skip to content

Commit

Permalink
Fixing incorrect text domain
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman authored Jul 11, 2024
1 parent 5a32286 commit ecb8227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function pmpropbc_checkout_boxes()
<div class="<?php echo esc_attr( pmpro_get_element_class( 'pmpro_card_content' ) ); ?>">
<legend class="<?php echo esc_attr( pmpro_get_element_class( 'pmpro_form_legend' ) ); ?>">
<h2 class="<?php echo esc_attr( pmpro_get_element_class( 'pmpro_form_heading pmpro_font-large' ) ); ?>">
<?php esc_html_e( 'Choose Your Payment Method', 'pmpro-shipping' ); ?>
<?php esc_html_e( 'Choose Your Payment Method', 'pmpro-pay-by-check' ); ?>
</h2>
</legend>
<div class="<?php echo esc_attr( pmpro_get_element_class( 'pmpro_form_fields' ) ); ?>">
Expand Down

1 comment on commit ecb8227

@grifini
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
After updating this plugin, all users starting receiving multiple reminder emails, and their subscriptions are cancelled automatically!

Please sign in to comment.