summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/password_change.text.erb
blob: 6a8128186f59eb6ca60ca2477844c6c388602e02 (plain)
1
2
3
4
5
<%= _('Hello, %{name}!') % { name: @resource.name } %>

<%= _('The password for your GitLab account on %{gitlab_url} has successfully been changed.') % { gitlab_url: Gitlab.config.gitlab.url } %>

<%= _('If you did not initiate this change, please contact your administrator immediately.') %>