Commit 8737cd0a authored by Imre Farkas's avatar Imre Farkas

Merge branch 'fix19' into 'master'

Remove "I accept the|" from string

See merge request gitlab-org/gitlab!69539
parents 6281f38b dd0bd7ee
......@@ -2,6 +2,6 @@
.form-group
= check_box_tag :terms_opt_in, '1', false, required: true, class: 'qa-new-user-accept-terms'
= label_tag :terms_opt_in do
- terms_link = link_to s_("I accept the|Terms of Service and Privacy Policy"), terms_path, target: "_blank"
- terms_link = link_to s_("Terms of Service and Privacy Policy"), terms_path, target: "_blank"
- accept_terms_label = _("I accept the %{terms_link}") % { terms_link: terms_link }
= accept_terms_label.html_safe
......@@ -16736,9 +16736,6 @@ msgstr ""
msgid "I accept the %{terms_link}"
msgstr ""
msgid "I accept the|Terms of Service and Privacy Policy"
msgstr ""
msgid "I forgot my password"
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