Commit ef42200e authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Merge branch 'fix42' into 'master'

Change non-breaking space to space in email title

See merge request gitlab-org/gitlab!70202
parents 0ed5f389 5d7259c8
...@@ -23,7 +23,7 @@ module Gitlab ...@@ -23,7 +23,7 @@ module Gitlab
def title def title
[ [
s_('InProductMarketing|Team work makes the dream work'), s_('InProductMarketing|Team work makes the dream work'),
s_('InProductMarketing|*GitLab*, noun: a synonym for efficient teams'), s_('InProductMarketing|*GitLab*, noun: a synonym for efficient teams'),
s_('InProductMarketing|Find out how your teams are really doing') s_('InProductMarketing|Find out how your teams are really doing')
][series] ][series]
......
...@@ -17522,7 +17522,7 @@ msgstr "" ...@@ -17522,7 +17522,7 @@ msgstr ""
msgid "InProductMarketing|Team up in GitLab for greater efficiency" msgid "InProductMarketing|Team up in GitLab for greater efficiency"
msgstr "" msgstr ""
msgid "InProductMarketing|Team work makes the dream work" msgid "InProductMarketing|Team work makes the dream work"
msgstr "" msgstr ""
msgid "InProductMarketing|Test, create, deploy" msgid "InProductMarketing|Test, create, deploy"
......
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