From: kondou Date: Tue, 23 Apr 2013 10:36:27 +0000 (+0200) Subject: Oneliners,
, proper errors & print_unescaped() X-Git-Tag: v6.0.0alpha2~844^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1e2efdddc9a8770f483a3a368fdc9a7fe6927420;p=nextcloud-server.git Oneliners,
, proper errors & print_unescaped() --- diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php index bb06249b722..4f884195799 100644 --- a/core/lostpassword/templates/lostpassword.php +++ b/core/lostpassword/templates/lostpassword.php @@ -1,25 +1,23 @@

t('The link to reset your password has been sent to your email.

-

If you do not receive it within a reasonable amount of time, check your spam/junk folders.

-

If it is not there ask your local administrator .'); + print_unescaped($l->t('The link to reset your password has been sent to your email.
If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator .')); ?>

-
+

- t('Request failed!

Did you make sure the Email was right?'); ?> + t('Request failed!
Did you make sure your email/username was right?')); ?>

- t('You will receive a link to reset your password via Email.'); ?> + t('You will receive a link to reset your password via Email.')=; ?>

- +

- +