debian-mirror-gitlab/app/views/notify/user_admin_rejection_email.text.erb
2021-02-22 17:27:13 +05:30

7 lines
213 B
Text

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