5 lines
293 B
Text
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.') %>
|