Skip to content

Commit b5702d5

Browse files
authored
Update post.php
sentence correction
1 parent cf9e3db commit b5702d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
$post = get_post( $post_id );
9595
if ( ! $post ) {
96-
$error_msg = __( 'Unable to submit this form, please refresh and try again' );
96+
$error_msg = __( 'Unable to submit this form, please refresh and try again.' );
9797
}
9898

9999
if ( $error_msg ) {

0 commit comments

Comments
 (0)