Skip to content

Remove Trial Suffix from Trial Plan Titles on Billing Page

Jason Goodman requested to merge billing-page-trial-plan-suffix into master

What does this MR do?

The new trial plans include the word "Trial" in the plan title. So for instance, "Ultimate Trial", rather than "Ultimate".

This results in text like "Your GitLab.com Ultimate Trial trial will expire after 2021-08-20." (Note the repetition of the word "trial".)

This MR fixes the issue by removing "Trial" from the end of the plan title if present.

Issue: #323617 (closed)

Screenshots

Before

BeforeTrialtrial

After

AfterTrial

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Jason Goodman

Merge request reports