Commit 16b769b0 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch '335960-add-store-code-to-welcome-experiment' into 'master'

Add 'I want to store my code' to signup reasons

See merge request gitlab-org/gitlab!66586
parents 64ada62a d34dbe32
......@@ -6,6 +6,7 @@
= select_tag :jobs_to_be_done,
options_for_select([_('I want to learn the basics of Git'),
_('I want to move my repository to GitLab from somewhere else'),
_('I want to store my code'),
_('I want to explore GitLab to see if it’s worth switching to'),
_('I want to use GitLab CI with my existing repository'),
_('I’m joining my team who’s already on GitLab'),
......
......@@ -16343,6 +16343,9 @@ msgstr ""
msgid "I want to move my repository to GitLab from somewhere else"
msgstr ""
msgid "I want to store my code"
msgstr ""
msgid "I want to use GitLab CI with my existing repository"
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