Commit a99df9bf authored by Vitaly Slobodin's avatar Vitaly Slobodin

Use context-aware translation for cloud license

Changelog: fixed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64162
EE: true
parent 7a9043b6
...@@ -24,7 +24,7 @@ export const manageSubscriptionButtonText = s__('SuperSonics|Manage'); ...@@ -24,7 +24,7 @@ export const manageSubscriptionButtonText = s__('SuperSonics|Manage');
export const syncSubscriptionButtonText = s__('SuperSonics|Sync subscription details'); export const syncSubscriptionButtonText = s__('SuperSonics|Sync subscription details');
export const copySubscriptionIdButtonText = __('Copy'); export const copySubscriptionIdButtonText = __('Copy');
export const licenseFileText = __('License file'); export const licenseFileText = __('License file');
export const cloudLicenseText = __('SuperSonics|Cloud license'); export const cloudLicenseText = s__('SuperSonics|Cloud license');
export const usersInSubscriptionUnlimited = __('Unlimited'); export const usersInSubscriptionUnlimited = __('Unlimited');
export const detailsLabels = { export const detailsLabels = {
address: __('Address'), address: __('Address'),
......
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