Commit 1c2a6c5b authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '33064-follow-up-activated-trial-banner-s-copy' into 'master'

Follow up:  Remove duplication in activated trial banner's copy text

Closes #33064

See merge request gitlab-org/gitlab!17903
parents 94e3beab 5daff2f7
- parent_group = local_assigns[:parent_group] - parent_group = local_assigns[:parent_group]
- features_link = link_to s_("BillingPlans|features"), "https://about.gitlab.com/features", rel: "noreferrer noopener"
.mb-2= render_billings_gold_trial(current_user, parent_group || namespace) .mb-2= render_billings_gold_trial(current_user, parent_group || namespace)
...@@ -13,8 +12,6 @@ ...@@ -13,8 +12,6 @@
.user-callout-copy .user-callout-copy
%h4 %h4
= s_("BillingPlans|Congratulations, your new trial is activated") = s_("BillingPlans|Congratulations, your new trial is activated")
%p
= s_("BillingPlans|Your Gold trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}.").html_safe % { expiration_date: namespace.trial_ends_on, features_link: features_link }
.billing-plan-header.content-block.center .billing-plan-header.content-block.center
.billing-plan-logo .billing-plan-logo
......
...@@ -2328,9 +2328,6 @@ msgstr "" ...@@ -2328,9 +2328,6 @@ msgstr ""
msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}." msgid "BillingPlans|Your GitLab.com trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
msgstr "" msgstr ""
msgid "BillingPlans|Your Gold trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
msgstr ""
msgid "BillingPlans|features" msgid "BillingPlans|features"
msgstr "" 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