From 5f73b5e424930824d5a59e575b1f42aa0654d7b9 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Tue, 7 Feb 2023 11:27:19 -0800 Subject: [PATCH] UI: Make "enabled 2FA" link longer for clarity and clickability 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 28ffd872..150cee0e 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 extra security. Please enable two-factor authentication.', + 'Your account has elevated privileges and requires extra security before you can continue. Please enable two-factor authentication.', 'wporg' ), get_edit_account_url()