From 7e9ca8acfb2d5324a6e6f416824a17d5425b0f88 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Fri, 3 Feb 2023 15:37:29 -0800 Subject: [PATCH] Rephrase "enable 2FA" link to improve a11y See #5 --- wporg-two-factor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wporg-two-factor.php b/wporg-two-factor.php index dc69da8f..28ffd872 100644 --- a/wporg-two-factor.php +++ b/wporg-two-factor.php @@ -215,7 +215,7 @@ function render_2fa_admin_notice() : void { function get_enable_2fa_notice( string $existing_notices = '' ) : string { $two_factor_notice = sprintf( __( - 'Your account requires two-factor authentication, which adds an extra layer of protection against hackers. You cannot make any changes to this site until you enable it.', + 'Your account requires extra security. Please enable two-factor authentication.', 'wporg' ), get_edit_account_url()