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