Skip to content

Commit 5530f44

Browse files
committed
Set comments title to sentence case.
1 parent ffea334 commit 5530f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function nautilus_register_block_styles() {
189189
* @since 0.1.0
190190
*/
191191
function nautilus_edit_comment_form_defaults( $defaults ) {
192-
$defaults[ 'title_reply' ] = __( 'Share Your Thoughts', 'nautilus' );
192+
$defaults[ 'title_reply' ] = __( 'Share your thoughts', 'nautilus' );
193193
return $defaults;
194194
}
195195
add_action( 'comment_form_defaults', 'nautilus_edit_comment_form_defaults' );

0 commit comments

Comments
 (0)