Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/28/2014 03:14:16 PM (10 years ago)
Author:
boonebgorges
Message:

Fix misspelling of 'photo' on Change Avatar screen.

Fixes #5844

Props hnla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php

    r8678 r8967  
    2121
    2222            <?php if ( bp_get_user_has_avatar() ) : ?>
    23                 <p><?php _e( "If you'd like to delete your current profile phot but not upload a new one, please use the delete profile photo button.", 'buddypress' ); ?></p>
     23                <p><?php _e( "If you'd like to delete your current profile photo but not upload a new one, please use the delete profile photo button.", 'buddypress' ); ?></p>
    2424                <p><a class="button edit" href="<?php bp_avatar_delete_link(); ?>" title="<?php esc_attr_e( 'Delete Profile Photo', 'buddypress' ); ?>"><?php _e( 'Delete My Profile Photo', 'buddypress' ); ?></a></p>
    2525            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.