summaryrefslogtreecommitdiff
path: root/app/views/notify/user_admin_rejection_email.text.erb
blob: cc676b82934dc83ead3c638ab1ea42bf68bb34fd (plain)
1
2
3
4
5
6
<%= _('Hello %{name},') % { name: @name } %>

<%= _('Your request to join %{host} has been rejected.') % { host: root_url } %>

<%= _('Please contact your GitLab administrator if you think this is an error.') %>