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()