We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0734101 commit 05b34b5Copy full SHA for 05b34b5
mailchimp.php
@@ -635,7 +635,7 @@ function mailchimp_sf_save_general_form_settings() {
635
**/
636
function mailchimp_sf_change_list_if_necessary() {
637
if ( empty( $_POST['mc_list_id'] ) ) {
638
- $msg = '<p class="error_msg">' . esc_html( __( 'Please choose a valid list', 'mailchimp_i18n' ) ) . '</p>';
+ $msg = '<p class="error_msg">' . esc_html__( 'Please choose a valid list', 'mailchimp' ) . '</p>';
639
mailchimp_sf_global_msg( $msg );
640
return;
641
}
0 commit comments