summaryrefslogtreecommitdiff
path: root/app/views/layouts/mailer.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/mailer.text.erb')
-rw-r--r--app/views/layouts/mailer.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb
index 8e20c4a4b2a..8e11174f8d7 100644
--- a/app/views/layouts/mailer.text.erb
+++ b/app/views/layouts/mailer.text.erb
@@ -1,4 +1,4 @@
<%= yield -%>
-- <%# signature marker %>
-You're receiving this email because of your account on <%= Gitlab.config.gitlab.host %>.
+<%= _("You're receiving this email because of your account on %{host}.") % { host: Gitlab.config.gitlab.host } %>