debian-mirror-gitlab/app/views/devise/mailer/password_change.html.haml

6 lines
362 B
Text
Raw Normal View History

2021-04-29 21:17:54 +05:30
= email_default_heading(_("Hello, %{name}!") % { name: @resource.name })
2017-09-10 17:25:29 +05:30
%p
2021-04-29 21:17:54 +05:30
= _('The password for your GitLab account on %{link_to_gitlab} has successfully been changed.').html_safe % { link_to_gitlab: link_to(Gitlab.config.gitlab.url, Gitlab.config.gitlab.url) }
2017-09-10 17:25:29 +05:30
%p
2021-04-29 21:17:54 +05:30
= _('If you did not initiate this change, please contact your administrator immediately.')