Skip to content

Commit e43b4db

Browse files
committed
Make the "using default password" nag more accurate.
"Easy to remember" isn't necessarily what we want to encourage. fixes #33168 props arjunskumar git-svn-id: https://develop.svn.wordpress.org/trunk@33485 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b5c42d6 commit e43b4db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/user.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ function default_password_nag() {
442442
echo '<div class="error default-password-nag">';
443443
echo '<p>';
444444
echo '<strong>' . __('Notice:') . '</strong> ';
445-
_e('You&rsquo;re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
445+
_e('You&rsquo;re using the auto-generated password for your account. Would you like to change it?');
446446
echo '</p><p>';
447447
printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', get_edit_profile_url() . '#password' );
448448
printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' );

0 commit comments

Comments
 (0)