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