7 lines
213 B
Text
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.') %>
|
||
|
|