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