Skip to content

Resolve translation issue for usage quota page alert

What does this MR do and why?

Fixes the bad translation on usage quota page

Screenshots or screen recordings

before after
Screen_Shot_2022-08-08_at_6.06.35_PM Screen_Shot_2022-08-08_at_6.07.06_PM

How to set up and validate locally

Set up your environment to simulate SaaS with subscriptions and enable the feature flag. Find or create group with more than 5 members and copy group path:

export GITLAB_SIMULATE_SAAS=1
bin/rails c

Feature.enable(:free_user_cap)
Group.find_by(path: GROUP_PATH).gitlab_subscription.update(trial_ends_on: Date.yesterday)

Then go to the group Usage Quota page http://localhost:3000/groups/GROUP_PATH/-/usage_quotas#seats-quota-tab.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #367902 (closed)

Edited by Doug Stull

Merge request reports