- Patch #201894 by David Rothstein: fixed typo in user output.
parent
3d0ff402bd
commit
100329ad03
|
@ -1557,7 +1557,7 @@ function _user_mail_text($key, $language = NULL, $variables = array()) {
|
|||
case 'password_reset_subject':
|
||||
return t('Replacement login information for !username at !site', $variables, $langcode);
|
||||
case 'password_reset_body':
|
||||
return t("!username,\n\nA request to reset the password for your account has been made at !site.\n\nYou may now log in to !uri_brief clicking on this link or copying and pasting it in your browser:\n\n!login_url\n\nThis is a one-time login, so it can be used only once. It expires after one day and nothing will happen if it's not used.\n\nAfter logging in, you will be redirected to !edit_uri so you can change your password.", $variables, $langcode);
|
||||
return t("!username,\n\nA request to reset the password for your account has been made at !site.\n\nYou may now log in to !uri_brief by clicking on this link or copying and pasting it in your browser:\n\n!login_url\n\nThis is a one-time login, so it can be used only once. It expires after one day and nothing will happen if it's not used.\n\nAfter logging in, you will be redirected to !edit_uri so you can change your password.", $variables, $langcode);
|
||||
case 'status_activated_subject':
|
||||
return t('Account details for !username at !site (approved)', $variables, $langcode);
|
||||
case 'status_activated_body':
|
||||
|
|
Loading…
Reference in New Issue