From ab9cab51de6568a8ad0074fc644ffffb579e9712 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 21 Feb 2023 16:32:36 +0000 Subject: [PATCH] reset: Tag "forgot password" text for translation. --- templates/zerver/reset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zerver/reset.html b/templates/zerver/reset.html index 9b675bc64d..494757770f 100644 --- a/templates/zerver/reset.html +++ b/templates/zerver/reset.html @@ -14,7 +14,7 @@
-

Forgot your password? No problem, we'll send a link to reset your password to the email you signed up with.

+

{{ _("Forgot your password? No problem, we'll send a link to reset your password to the email you signed up with.") }}

{{ csrf_input }}