Skip to content

Commit

Permalink
UI: Make "enabled 2FA" link longer for clarity and clickability
Browse files Browse the repository at this point in the history
See #5
  • Loading branch information
iandunn committed Feb 7, 2023
1 parent 00a7507 commit 5f73b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wporg-two-factor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="%s">enable two-factor authentication</a>.',
'Your account has elevated privileges and requires extra security before you can continue. Please <a href="%s">enable two-factor authentication</a>.',
'wporg'
),
get_edit_account_url()
Expand Down

0 comments on commit 5f73b5e

Please sign in to comment.