Skip to content

Commit

Permalink
Add link to username helper text.
Browse files Browse the repository at this point in the history
See #3396.
  • Loading branch information
boonebgorges committed Aug 1, 2024
1 parent a9c16a4 commit 5a6b4cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="form-group settings-section username-section">
<label for="username">Username</label>
<input class="form-control" type="text" id="username" disabled="disabled" value="<?php bp_displayed_user_username() ?>" />
<p class="description">Your username cannot be changed. If you need to change your username, contact us for assistance.</p>
<p class="description">Your username cannot be changed. If you need to change your username, <a href="https://openlab.citytech.cuny.edu/blog/help/contact-us/">contact us</a> for assistance.</p>
</div>

<div class="form-group settings-section email-section">
Expand Down

0 comments on commit 5a6b4cb

Please sign in to comment.