gitlab-org--gitlab-foss/app/views/layouts/mailer.text.erb
Tao Wang dc157729b3
i18n: externalize strings from 'app/views/layouts'
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-23 16:33:37 +10:00

4 lines
156 B
Text

<%= yield -%>
-- <%# signature marker %>
<%= _("You're receiving this email because of your account on %{host}.") % { host: Gitlab.config.gitlab.host } %>