Making WordPress.org

Changeset 6794


Ignore:
Timestamp:
02/27/2018 12:14:03 PM (7 years ago)
Author:
obenland
Message:

2FA: Be clearer about the kind of mobile app needed

Props _dorsvenabili.
See #77.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/wporg-two-factor.php

    r6793 r6794  
    446446            <legend><?php esc_html_e( 'Two Factor Authentication', 'wporg' ); ?></legend>
    447447            <div>
    448                 <p><?php esc_html_e( 'Scan this QR code with your mobile app.', 'wporg' ); ?></p>
     448                <p><?php esc_html_e( 'Scan this QR code with your authentication app.', 'wporg' ); ?></p>
    449449                <p><button type="button" class="button-link"><?php esc_html_e( 'Can&#8217;t scan the code?', 'wporg' ); ?></button></p>
    450450                <img src="<?php echo esc_url( Two_Factor_Totp::get_google_qr_code( 'wordpress.org:' . $user->user_login, $key, 'wordpress.org' ) ); ?>" id="two-factor-totp-qrcode" />
     
    469469            <legend><?php esc_html_e( 'Two Factor Authentication', 'wporg' ); ?></legend>
    470470            <div>
    471                 <p><?php esc_html_e( 'Enter this time code into your mobile app.', 'wporg' ); ?></p>
     471                <p><?php esc_html_e( 'Enter this time code into your authentication app.', 'wporg' ); ?></p>
    472472                <p><button type="button" class="button-link"><?php esc_html_e( 'Prefer to scan the code?', 'wporg' ); ?></button></p>
    473473                <p class="key"><strong><?php echo esc_html( $key ); ?></strong></p>
Note: See TracChangeset for help on using the changeset viewer.