better instructions in the password recovery page
darcs-hash:20081004232554-5ed1f-06b3464638a6dbd6d4090afafa600578ad151b39.gz
This commit is contained in:
parent
9308d9177e
commit
a43d24b1b8
|
@ -136,11 +136,13 @@ class RecoverpasswordAction extends Action {
|
|||
if ($msg) {
|
||||
common_element('div', 'error', $msg);
|
||||
} else {
|
||||
common_element('div', 'instructions',
|
||||
common_element_start('div', 'instructions');
|
||||
common_element('p', NULL,
|
||||
_('If you\'ve forgotten or lost your' .
|
||||
' password, you can get a new one sent to' .
|
||||
' the email address you have stored ' .
|
||||
' in your account.'));
|
||||
common_element_end('div');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user