Skip to content

Remove Duplication of Trial on Billing Page Subscription Header

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

What does this MR do?

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

This results in text like "Awesome Group: Ultimate SaaS Trial Plan Trial" in the subscription header on the billing page. (Note the repetition of the word "Trial".)

This MR fixes the issue by removing "Trial" from the plan name if present.

Issue: #323617 (closed)

Screenshots

Before

Before

After

After

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