Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/05/2013 01:56:16 AM (13 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.