aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/templates/twitter_api/password/reset_success.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/templates/twitter_api/password/reset_success.html.eex')
-rw-r--r--lib/pleroma/web/templates/twitter_api/password/reset_success.html.eex2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pleroma/web/templates/twitter_api/password/reset_success.html.eex b/lib/pleroma/web/templates/twitter_api/password/reset_success.html.eex
new file mode 100644
index 0000000..40f6bb3
--- /dev/null
+++ b/lib/pleroma/web/templates/twitter_api/password/reset_success.html.eex
@@ -0,0 +1,2 @@
+<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>