Changeset 6790
- Timestamp:
- 02/27/2018 03:23:21 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers/class-wporg-two-factor-primary.php
r6782 r6790 22 22 */ 23 23 public function get_label() { 24 return _x( 'Time Based One-Time Password (Google Authenticator, Authy, etc)', 'Provider Label', 'wporg' );24 return 'WordPress.org Primary 2FA Provider'; // Not translated as it's not displayed, this is purely for debugging & the parent plugin. 25 25 } 26 26 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers/class-wporg-two-factor-secondary.php
r6785 r6790 18 18 19 19 public function get_label() { 20 return _x( 'Backup Method', 'Provider Label', 'wporg' );20 return 'WordPress.org Secondary 2FA Provider'; // Not translated as it's not displayed, this is purely for debugging & the parent plugin. 21 21 } 22 22
Note: See TracChangeset
for help on using the changeset viewer.