1. Go to members/single/profile/edit.php in your theme.
2. Find and delete this line <p class="description"><?php bp_the_profile_field_description() ?></p>
3. Paste this </br><p class="description"><?php bp_the_profile_field_description() ?></p> after each instance of this line <?php _e( '(required)', 'buddypress' ) ?><?php endif; ?>.
And it’s a similar sort of process for the register.php – found in the registration folder in your theme.
Sloppy, but oh well.