This commit is contained in:
Yuri Karamian
2026-01-25 22:54:00 +01:00
parent 16c9d86186
commit 79b0dfa371
2 changed files with 48 additions and 113 deletions
@@ -270,7 +270,7 @@ class WPSP_Two_Factor {
?>
<div class="notice notice-warning" style="margin-bottom: 20px;">
<p><strong><?php esc_html_e( 'Two-Factor Authentication Required', 'wp-security-pack' ); ?></strong></p>
<p><?php esc_html_e( 'As an administrator, you are required to set up Two-Factor Authentication before you can access the dashboard.', 'wp-security-pack' ); ?></p>
<p><?php esc_html_e( 'You must set up 2FA to access the dashboard.', 'wp-security-pack' ); ?></p>
</div>
<?php
endif;