Welcome to mirror list, hosted at ThFree Co, Russian Federation.

user_admin_rejection_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.') %>