debian-mirror-gitlab/app/views/devise/mailer/password_change.text.erb
2021-04-29 21:17:54 +05:30

5 lines
293 B
Text

<%= _('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.') %>