From 1be6761acd25f4e3c65f5d9d1cc5da851ced2e0c Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 10 Feb 2014 22:20:47 +0100 Subject: passreset.php: Make error messages translatable This fixes a regression introduced in commit 48b7407 (passreset.php: Refactor HTML, 2014-01-08). Signed-off-by: Lukas Fleischer --- web/html/passreset.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/passreset.php b/web/html/passreset.php index e926161d..6fade6b9 100644 --- a/web/html/passreset.php +++ b/web/html/passreset.php @@ -62,9 +62,9 @@ html_header(__("Password Reset"));

-

Check your e-mail for the confirmation link.

+

-

Your password has been reset successfully.

+

-- cgit v1.2.3-24-g4f1b