Skip to content

Commit

Permalink
fix: update setting field title
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Jan 10, 2025
1 parent b820995 commit b6819db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-rop-i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public static function get_labels( $key = '' ) {
'first_comment_title' => __( 'Comment Text', 'tweet-old-post' ),
'first_comment_desc' => __( 'Should Revive Social add the post link in the first comment when sharing a post?', 'tweet-old-post' ),
'first_comment_placeholder' => __( 'Read more on {link}', 'tweet-old-post' ),
'share_link_title' => __( 'Share link', 'tweet-old-post' ),
'share_link_title' => __( 'Share link in comment', 'tweet-old-post' ),
'share_link_desc' => __( 'Share the post link in the first comment?', 'tweet-old-post' ),
'share_link_upsell' => __( 'Share first comment is only available in the Pro version.', 'tweet-old-post' ),
),
Expand Down

0 comments on commit b6819db

Please sign in to comment.