Commit 56846090 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '36142-update-saas-trial-header-to-include-the-tier-gold' into 'master'

Update SaaS trial header to include the tier "Gold"

See merge request gitlab-org/gitlab!19970
parents a94463a8 d7ff69ab
---
title: Update SaaS trial header to include the tier Gold
merge_request: 19970
author:
type: changed
- page_title _('Start a Free Trial')
- page_title _('Start a Free Gold Trial')
%h2.center.py-6
= _('Start a Free Trial')
= _('Start a Free Gold Trial')
%div
- if any_form_based_providers_enabled?
......
- page_title _('Start a Free Trial')
- page_title _('Start a Free Gold Trial')
%h3.center.pt-6
= _('Start a Free Trial')
= _('Start a Free Gold Trial')
%p.center
= _('We need some additional information to activate your free trial')
......
- page_title _('Start a Free Trial')
- page_title _('Start a Free Gold Trial')
%h3.center.pt-6
= _('Almost there')
......
......@@ -46,7 +46,7 @@ describe 'Trial Sign Up', :js do
wait_for_requests
expect(current_path).to eq(new_trial_path)
expect(page).to have_content('Start a Free Trial')
expect(page).to have_content('Start a Free Gold Trial')
end
end
......
......@@ -16145,7 +16145,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
msgid "Start a Free Trial"
msgid "Start a Free Gold Trial"
msgstr ""
msgid "Start a new discussion..."
......
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