Commit 71288141 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'gt-externalize-app-views-email_rejection_mailer' into 'master'

Externalize strings from `/app/views/email_rejection_mailer`

See merge request gitlab-org/gitlab-ce!24869
parents 0975b9c4 34b7b278
%p %p
Unfortunately, your email message to GitLab could not be processed. = _("Unfortunately, your email message to GitLab could not be processed.")
= markdown @reason = markdown @reason
= render_if_exists 'shared/additional_email_text' = render_if_exists 'shared/additional_email_text'
Unfortunately, your email message to GitLab could not be processed. = _("Unfortunately, your email message to GitLab could not be processed.")
\ \
= @reason = @reason
= render_if_exists 'shared/additional_email_text' = render_if_exists 'shared/additional_email_text'
---
title: Externalize strings from `/app/views/email_rejection_mailer`
merge_request: 24869
author: George Tsiolis
type: other
...@@ -7683,6 +7683,9 @@ msgstr "" ...@@ -7683,6 +7683,9 @@ msgstr ""
msgid "Undo" msgid "Undo"
msgstr "" msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
msgid "Unlock" msgid "Unlock"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment