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