Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Nov 25, 2024
1 parent c966baa commit 432a184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userinfo/u_security.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static function print_reauthenticate(UserStatus $us) {
}
$us->cs()->add_section_class("form-outline-section tag-yellow w-text")
->print_start_section("Confirm account", "reauth");
echo '<p>Please re-enter your signin credentials to change sensitive security settings.</p>';
echo '<p>Please re-enter your signin credentials if you want to change these security-sensitive settings.</p>';
$original_ignore_msgs = $us->swap_ignore_messages(false);
$us->swap_ignore_messages($original_ignore_msgs);
echo '<div class="', $us->control_class("reauth:password", "f-i w-text"), '">',
Expand Down

0 comments on commit 432a184

Please sign in to comment.