Skip to:
Content

BuddyPress.org


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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.