mirror of
https://github.com/scratchfoundation/swiki-confirmaccount.git
synced 2024-12-04 12:51:01 -05:00
clarified language
This commit is contained in:
parent
fea750b14d
commit
4bf8b4e65f
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class RequestAccountPage extends SpecialPage {
|
|||
$out = $this->getOutput();
|
||||
$out->setPagetitle( $this->msg( "requestaccount" )->escaped() );
|
||||
$out->addWikiMsg( 'requestaccount-sent' );
|
||||
$out->addHTML(' If your request is accepted, your password will be <b>' . md5(strtolower($this->mNotes)) . '</b>.');
|
||||
$out->addHTML('If your request is accepted, your password will be <b>' . md5(strtolower($this->mNotes)) . '</b>. Please store it in a safe place.');
|
||||
$out->returnToMain();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue