Skip to content

Commit

Permalink
Update text used during profile edit.
Browse files Browse the repository at this point in the history
See #3396.
  • Loading branch information
boonebgorges committed Aug 1, 2024
1 parent ac5e123 commit 3a69f1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<?php do_action( 'bp_before_profile_avatar_upload_content' ) ?>

<?php if ( !(int)bp_get_option( 'bp-disable-avatar-uploads' ) ) : ?>

<form action="" method="post" id="avatar-upload-form" enctype="multipart/form-data" class="form-inline form-panel">

<div class="panel panel-default">

<?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
Expand All @@ -22,7 +22,7 @@
</div>
<div class="col-sm-16">

<p class="italics"><?php _e( 'Your avatar will be used on your profile and throughout the site. If there is a Gravatar associated with your account email we will use that, or you can upload an image from your computer. Click below to select a JPG, GIF or PNG format photo from your computer and then click "Upload Image" to proceed.', 'buddypress') ?></p>
<p>Upload an avatar (picture) to be used on your profile and throughout the site. Your avatar is displayed publicly. Because your avatar is public, you don't have to use a picture of yourself – you can use something that represents you or your interests.</p>

<p id="avatar-upload">
<div class="form-group form-inline">
Expand Down
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.</p>
<p class="description">Your username cannot be changed. If you need to change your username, contact us for assistance.</p>
</div>

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

0 comments on commit 3a69f1f

Please sign in to comment.