Skip to content

Commit

Permalink
Change error notice text
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Jul 12, 2024
1 parent b72cdc8 commit 117fe70
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 @@ -448,7 +448,7 @@ public static function get_labels( $key = '' ) {
'revive_network_learn_more_btn' => __( 'Learn More', 'tweet-old-post' ),
'learn_more' => __( 'Learn More!', 'tweet-old-post' ),
'min_interval_6_mins' => __( 'Minimum interval between consecutive shares is 6 minutes.', 'tweet-old-post' ),
'min_interval_between_shares' => __( 'Lowest allowed value for "Minimum Interval Between Shares" is %s hours. Upgrade to Business Plan or higher to fine tune posting times and days.', 'tweet-old-post' ),
'min_interval_between_shares' => __( 'Lowest allowed value for "Minimum Interval Between Shares" is %s hours. Choosing a lower interval is available in the Pro version.', 'tweet-old-post' ),
'min_recurring_schedule_interval' => __( 'Lowest allowed value for "Recurring Schedule Interval" is %d minutes.', 'tweet-old-post' ),
'no_post_types_selected' => __( 'You need to have at least one post type to share.', 'tweet-old-post' ),
'min_number_of_concurrent_posts' => __( 'At least one posts need to be shared.', 'tweet-old-post' ),
Expand Down

0 comments on commit 117fe70

Please sign in to comment.