gitlab-org--gitlab-foss/app/views/notify/user_admin_rejection_email....

7 lines
213 B
Plaintext

<%= _('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.') %>