debian-mirror-gitlab/app/views/devise/mailer/password_change.text.erb

6 lines
293 B
Text
Raw Normal View History

2021-04-29 21:17:54 +05:30
<%= _('Hello, %{name}!') % { name: @resource.name } %>
2016-06-22 15:30:34 +05:30
2021-04-29 21:17:54 +05:30
<%= _('The password for your GitLab account on %{gitlab_url} has successfully been changed.') % { gitlab_url: Gitlab.config.gitlab.url } %>
2016-06-22 15:30:34 +05:30
2021-04-29 21:17:54 +05:30
<%= _('If you did not initiate this change, please contact your administrator immediately.') %>