Skip to content

Commit

Permalink
PROD-7433 - Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendrabanjara1991 committed May 17, 2024
1 parent 4fe5b38 commit 5ce1ea8
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 @@ -921,7 +921,7 @@ function bp_nouveau_ajax_post_update() {
) {
wp_send_json_error(
array(
'message' => __( 'You don\'t have permission to schedule activity in perticular group.', 'buddyboss' ),
'message' => __( 'You don\'t have permission to schedule activity in particular group.', 'buddyboss' ),
)
);
}
Expand Down

0 comments on commit 5ce1ea8

Please sign in to comment.