Skip to content

Commit 3bf4dfb

Browse files
author
Antti Kuosmanen
committed
Change to a more neutral default success message
1 parent 24a2431 commit 3bf4dfb

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
@@ -313,7 +313,7 @@ function metabox_thank_you( $post ) {
313313
// get post meta
314314
$meta = get_post_meta( $post->ID );
315315
$message = isset( $meta['_wplf_thank_you'] ) ?
316-
$meta['_wplf_thank_you'][0] : _x( 'Thank you! :)', 'Default success message', 'wp-libre-form' );
316+
$meta['_wplf_thank_you'][0] : _x( 'Success!', 'Default success message', 'wp-libre-form' );
317317
?>
318318
<p>
319319
<?php wp_editor( esc_textarea( $message ), 'wplf_thank_you', array(

0 commit comments

Comments
 (0)