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
This commit is contained in:
commit
7128814160
4 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
%p
|
||||
Unfortunately, your email message to GitLab could not be processed.
|
||||
= _("Unfortunately, your email message to GitLab could not be processed.")
|
||||
|
||||
= markdown @reason
|
||||
= render_if_exists 'shared/additional_email_text'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Unfortunately, your email message to GitLab could not be processed.
|
||||
= _("Unfortunately, your email message to GitLab could not be processed.")
|
||||
\
|
||||
= @reason
|
||||
= render_if_exists 'shared/additional_email_text'
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Externalize strings from `/app/views/email_rejection_mailer`
|
||||
merge_request: 24869
|
||||
author: George Tsiolis
|
||||
type: other
|
|
@ -7683,6 +7683,9 @@ msgstr ""
|
|||
msgid "Undo"
|
||||
msgstr ""
|
||||
|
||||
msgid "Unfortunately, your email message to GitLab could not be processed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Unlock"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue