Changeset 6794
- Timestamp:
- 02/27/2018 12:14:03 PM (7 years ago)
- 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 446 446 <legend><?php esc_html_e( 'Two Factor Authentication', 'wporg' ); ?></legend> 447 447 <div> 448 <p><?php esc_html_e( 'Scan this QR code with your mobileapp.', 'wporg' ); ?></p>448 <p><?php esc_html_e( 'Scan this QR code with your authentication app.', 'wporg' ); ?></p> 449 449 <p><button type="button" class="button-link"><?php esc_html_e( 'Can’t scan the code?', 'wporg' ); ?></button></p> 450 450 <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" /> … … 469 469 <legend><?php esc_html_e( 'Two Factor Authentication', 'wporg' ); ?></legend> 470 470 <div> 471 <p><?php esc_html_e( 'Enter this time code into your mobileapp.', 'wporg' ); ?></p>471 <p><?php esc_html_e( 'Enter this time code into your authentication app.', 'wporg' ); ?></p> 472 472 <p><button type="button" class="button-link"><?php esc_html_e( 'Prefer to scan the code?', 'wporg' ); ?></button></p> 473 473 <p class="key"><strong><?php echo esc_html( $key ); ?></strong></p>
Note: See TracChangeset
for help on using the changeset viewer.