Browse Source

working on translation

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
main
Stephan Richter 5 months ago
parent
commit
f882a56804
  1. 2
      src/main/java/de/srsoftware/widerhall/web/Web.java

2
src/main/java/de/srsoftware/widerhall/web/Web.java

@ -539,7 +539,7 @@ public class Web extends TemplateServlet {
return loadTemplate("reset_link_sent",null,resp); return loadTemplate("reset_link_sent",null,resp);
} }
} catch (Exception e){ } catch (Exception e){
return loadTemplate(Util.getPath(req),Map.of(EMAIL,email,ERROR,"Failed to send reset email: "+e.getMessage()),resp); return loadTemplate(Util.getPath(req),Map.of(EMAIL,email,ERROR,t("Failed to send reset email:")+" "+e.getMessage()),resp);
} }
return null; return null;
} }

Loading…
Cancel
Save