We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780f59b commit 99f80dbCopy full SHA for 99f80db
1 file changed
classes/class-cpt-wplf-form.php
@@ -314,7 +314,7 @@ function metabox_submit_email( $post ) {
314
<p>
315
<label for="wplf_email_copy_enabled">
316
<input type="checkbox" <?php echo $email_enabled ? 'checked="checked"' : ''; ?> id="wplf_email_copy_enabled" name="wplf_email_copy_enabled">
317
- <?php _e( 'Send an email copy when a form is submitted?' ); ?>
+ <?php _e( 'Send an email copy when a form is submitted?', 'wp-libre-form' ); ?>
318
</label>
319
</p>
320
<p><input type="text" name="wplf_email_copy_to" value="<?php echo esc_attr( $email_copy_to ); ?>" placeholder="<?php echo esc_attr( get_option( 'admin_email' ) ); ?>" style="width:100%;display:none"></p>
0 commit comments