Skip to content

Commit 99f80db

Browse files
timiwahalahtiAntti Kuosmanen
authored andcommitted
Add textdomain to email copy enabled checkbox text (#28)
1 parent 780f59b commit 99f80db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-cpt-wplf-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ function metabox_submit_email( $post ) {
314314
<p>
315315
<label for="wplf_email_copy_enabled">
316316
<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?' ); ?>
317+
<?php _e( 'Send an email copy when a form is submitted?', 'wp-libre-form' ); ?>
318318
</label>
319319
</p>
320320
<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

Comments
 (0)