Skip to content

Commit 94f8770

Browse files
committed
textual updates for consistency in form settings view
1 parent 4bccf59 commit 94f8770

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/forms/views/tabs/form-settings.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
</tr>
9696

9797
<tr valign="top">
98-
<th scope="row"><label for="mc4wp_form_subscriber_tags"><?php echo esc_html__('Add tags', 'mailchimp-for-wp'); ?></label></th>
98+
<th scope="row"><label for="mc4wp_form_add_tags"><?php echo esc_html__('Add tags', 'mailchimp-for-wp'); ?></label></th>
9999
<td>
100-
<input type="text" class="widefat" name="mc4wp_form[settings][subscriber_tags]" id="mc4wp_form_subscriber_tags" placeholder="<?php echo esc_attr__('Example: My tag, another tag', 'mailchimp-for-wp'); ?>" value="<?php echo esc_attr($opts['subscriber_tags']); ?>" />
100+
<input type="text" class="widefat" name="mc4wp_form[settings][subscriber_tags]" id="mc4wp_form_add_tags" placeholder="<?php echo esc_attr__('Example: My tag, another tag', 'mailchimp-for-wp'); ?>" value="<?php echo esc_attr($opts['subscriber_tags']); ?>" />
101101
<p class="description">
102102
<?php echo esc_html__('The listed tags will be applied to all subscribers added or updated by this form.', 'mailchimp-for-wp'); ?>
103103
<?php echo esc_html__('Separate multiple values with a comma.', 'mailchimp-for-wp'); ?>
@@ -107,9 +107,9 @@
107107
</tr>
108108

109109
<tr valign="top">
110-
<th scope="row"><label for="mc4wp_form_remove_subscriber_tags"><?php echo esc_html__('Remove tags', 'mailchimp-for-wp'); ?></label></th>
110+
<th scope="row"><label for="mc4wp_form_remove_tags"><?php echo esc_html__('Remove tags', 'mailchimp-for-wp'); ?></label></th>
111111
<td>
112-
<input type="text" class="widefat" name="mc4wp_form[settings][remove_subscriber_tags]" id="mc4wp_form_remove_subscriber_tags" placeholder="<?php echo esc_attr__('Example: My tag, another tag', 'mailchimp-for-wp'); ?>" value="<?php echo esc_attr($opts['remove_subscriber_tags']); ?>" />
112+
<input type="text" class="widefat" name="mc4wp_form[settings][remove_subscriber_tags]" id="mc4wp_form_remove_tags" placeholder="<?php echo esc_attr__('Example: My tag, another tag', 'mailchimp-for-wp'); ?>" value="<?php echo esc_attr($opts['remove_subscriber_tags']); ?>" />
113113
<p class="description">
114114
<?php echo esc_html__('The listed tags will be removed from all subscribers updated by this form.', 'mailchimp-for-wp'); ?>
115115
<?php echo esc_html__('Separate multiple values with a comma.', 'mailchimp-for-wp'); ?>

0 commit comments

Comments
 (0)