Making WordPress.org


Ignore:
Timestamp:
02/19/2017 10:18:05 PM (7 years ago)
Author:
ocean90
Message:

Login: On the confirm registration page remove "New" from the password label.

At this point no password has been set yet.

See #148.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register-confirm.php

    r4534 r4951  
    5656
    5757<p class="intro">
    58 <?php _e( 'Complete your WordPress.org Profile information.', 'wporg-login' ); ?>
     58<?php _e( 'Set your password and complete your WordPress.org Profile information.', 'wporg-login' ); ?>
    5959</p>
    6060
     
    6363        <div class="user-pass1-wrap">
    6464        <p>
    65             <label for="pass1"><?php _e('New Password', 'wporg-login'); ?></label>
     65            <label for="pass1"><?php _e( 'Password', 'wporg-login' ); ?></label>
    6666        </p>
    6767
     
    8585
    8686<p id="nav">
    87     <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg-login' ); ?></a> 
     87    <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg-login' ); ?></a>
    8888</p>
    8989
    90 <?php get_footer(); ?>
     90<?php get_footer();
Note: See TracChangeset for help on using the changeset viewer.