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 21, 2024
1 parent 6f75a6c commit 5c6e3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bp-core/admin/settings/bp-admin-setting-activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public function bb_admin_setting_callback_enable_activity_schedule_posts() {
$notice = bb_get_pro_label_notice( 'schedule_posts' );
?>
<input id="bb_enable_activity_schedule_posts" name="<?php echo empty( $notice ) ? '_bb_enable_activity_schedule_posts' : ''; ?>" type="checkbox" value="1" <?php echo empty( $notice ) ? checked( $val, true, false ) : ''; ?> />
<label for="bb_enable_activity_schedule_posts"><?php esc_html_e( 'Allow Group Organisers and Moderators to schedule their posts', 'buddyboss' ); ?></label>
<label for="bb_enable_activity_schedule_posts"><?php esc_html_e( 'Allow Group Organizers and Moderators to schedule their posts', 'buddyboss' ); ?></label>
<?php
}
}
Expand Down

0 comments on commit 5c6e3a6

Please sign in to comment.