Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Feb 12, 2019
1 parent 8686080 commit 190b0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/admin/WP_Auth0_Admin_Features.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public function render_auto_login_method( $args = array() ) {
*/
public function render_mfa( $args = array() ) {
$this->render_field_description(
__( 'MFA is a method of verifying identity by requiring more than 1 piece of identifying information. ', 'wp-auth0' ) .
__( 'MFA is a method to verify identity by checking a second factor in addition to the password. ', 'wp-auth0' ) .
__( 'This provides an additional layer of security, decreasing the likelihood of unauthorized access. ', 'wp-auth0' ) .
__( 'To configure MFA for this site, please see this ', 'wp-auth0' ) .
$this->get_docs_link( 'multifactor-authentication', __( 'help page on MFA', 'wp-auth0' ) )
Expand Down

0 comments on commit 190b0ac

Please sign in to comment.