From 190b0ac476cee85a7cb86bc47b4fd2e2bd11b901 Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Mon, 11 Feb 2019 16:12:54 -0800 Subject: [PATCH] PR feedback --- lib/admin/WP_Auth0_Admin_Features.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/admin/WP_Auth0_Admin_Features.php b/lib/admin/WP_Auth0_Admin_Features.php index db5e87a3..a6cabb01 100644 --- a/lib/admin/WP_Auth0_Admin_Features.php +++ b/lib/admin/WP_Auth0_Admin_Features.php @@ -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' ) )