diff options
Diffstat (limited to 'core/lostpassword/templates/email.php')
-rw-r--r-- | core/lostpassword/templates/email.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/templates/email.php b/core/lostpassword/templates/email.php index b65049feffe..3dbae4bfc69 100644 --- a/core/lostpassword/templates/email.php +++ b/core/lostpassword/templates/email.php @@ -1,2 +1,2 @@ <?php -echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));
\ No newline at end of file +echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}')); |