2021-09-30 23:02:18 +05:30
|
|
|
<%= _('Hello %{name},') % { name: @name } %>
|
|
|
|
|
|
|
|
<%= _('Your account has been deactivated. You will not be able to: ') %>
|
|
|
|
- <%= _('Access Git repositories or the API.') %>
|
|
|
|
- <%= _('Receive any notifications from GitLab.') %>
|
|
|
|
- <%= _('Use slash commands.') %>
|
|
|
|
|
|
|
|
<%= _('To reactivate your account, sign in to GitLab at %{gitlab_url}.') % { gitlab_url: root_url } %>
|
|
|
|
|
|
|
|
<%= _('Please contact your GitLab administrator if you think this is an error.') %>
|
2023-04-23 21:23:45 +05:30
|
|
|
<%= render 'layouts/mailer/user_deactivated_additional_text' %>
|