Skip to:
Content

BuddyPress.org

Changeset 6994


Ignore:
Timestamp:
05/05/2013 01:56:16 AM (12 years ago)
Author:
boonebgorges
Message:

Change 'Signup Complete' to more descriptive prompt

By prompting users to check their email to activate their accounts, it's hoped
that there will be less confusion when new members register for accounts.

Fixes #4962

Props themightymo, vegasgeek

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-screens.php

    r6438 r6994  
    429429
    430430            if ( 'completed-confirmation' == bp_get_current_signup_step() ) {
    431                 $title = __( 'Sign Up Complete!', 'buddypress' );
     431                $title = __( 'Check Your Email To Activate Your Account!', 'buddypress' );
    432432            }
    433433
  • trunk/bp-themes/bp-default/registration/register.php

    r6975 r6994  
    251251            <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?>
    252252
    253                 <h2><?php _e( 'Sign Up Complete!', 'buddypress' ); ?></h2>
     253                <h2><?php _e( 'Check Your Email To Activate Your Account!', 'buddypress' ); ?></h2>
    254254
    255255                <?php do_action( 'template_notices' ); ?>
Note: See TracChangeset for help on using the changeset viewer.