Make password reset pages translatable
[akkoma] / lib / pleroma / web / templates / twitter_api / password / reset_success.html.eex
index f30ba3274bd72a99e9d86924089c7deb90a89185..40f6bb3fcb3544117e2a29a2396a0e0696043e90 100644 (file)
@@ -1,2 +1,2 @@
-<h2>Password changed!</h2>
-<h3><a href="<%= Pleroma.Web.base_url() %>">Homepage</a></h3>
+<h2><%= Gettext.dpgettext("static_pages", "password reset successful message", "Password changed!") %></h2>
+<h3><a href="<%= Pleroma.Web.Endpoint.url() %>"><%= Gettext.dpgettext("static_pages", "password reset successful homepage link", "Homepage") %></a></h3>