Skip to content

Commit

Permalink
PROD-7433 - Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendrabanjara1991 committed May 17, 2024
1 parent f09a520 commit 9a44746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bp-templates/bp-nouveau/includes/activity/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ function bp_nouveau_ajax_post_update() {
if ( $scheduled_timestamp > $three_months_ago_timestamp ) {
wp_send_json_error(
array(
'message' => __( 'The selected date should not be more than three months in the future.', 'buddyboss' ),
'message' => __( 'Please set a schedule date between next three months.', 'buddyboss' ),
)
);
}
Expand Down

0 comments on commit 9a44746

Please sign in to comment.