Skip to content

Commit

Permalink
Minor title string fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyweight committed Feb 1, 2024
1 parent c4e2b4a commit d7af595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function comment_form_defaults( $args ) {
'comment_notes_after' => '',
'title_reply' => __( 'Leave a comment', 'jetpack-mu-wpcom' ),
/* translators: % is the original posters name */
'title_reply_to' => __( 'Leave a Reply to %s', 'jetpack-mu-wpcom' ),
'title_reply_to' => __( 'Leave a reply to %s', 'jetpack-mu-wpcom' ),
'cancel_reply_link' => __( 'Cancel reply', 'jetpack-mu-wpcom' ),
)
);
Expand Down

0 comments on commit d7af595

Please sign in to comment.