summaryrefslogtreecommitdiff
path: root/app/views/notify/user_deactivated_email.text.erb
blob: 6faeb5ba0f489d9d3f9bf72917d9fc6444c8d40a (plain)
1
2
3
4
5
6
7
8
9
10
11
<%= _('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.') %>
<%= render 'layouts/mailer/user_deactivated_additional_text' %>