Skip to content

Update Duo Pro trial cta card copy

What does this MR do and why?

Update Duo Pro trial CTA card copy to be more accurate with current positioning of the Duo Pro offering

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-03-21_at_12.24.36_PM.png Screenshot_2024-03-25_at_17.43.25

How to set up and validate locally

bin/rails c

Feature.enable(:duo_pro_trials)
bin/rails c

GitlabSubscription.last.update(hosted_plan: Plan.find_by(name: 'ultimate'))
  • Visit group's billing page. Make sure there is correct text in the card.

Related to #451290

Edited by Serhii Yarynovskyi

Merge request reports