Skip to content

Commit

Permalink
Ensure that label on Invite Anyone group create step is properly asso…
Browse files Browse the repository at this point in the history
…ciated with input.

See #3265.
  • Loading branch information
boonebgorges committed Nov 2, 2023
1 parent a370a49 commit 56b4b9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<?php do_action('template_notices') ?>

<label><?php _e("Search for members to invite:", 'bp-invite-anyone') ?></label>
<label for="send-to-input"><?php _e("Search for members to invite:", 'bp-invite-anyone') ?></label>

<ul class="first acfb-holder invite-search inline-element-list">
<li>
Expand Down

0 comments on commit 56b4b9e

Please sign in to comment.