Commit 34b7b278 authored by George Tsiolis's avatar George Tsiolis

Externalize strings from `/app/views/email_rejection_mailer`

parent 74abc775
%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
...@@ -7677,6 +7677,9 @@ msgstr "" ...@@ -7677,6 +7677,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