Skip to content
代码片段 群组 项目
提交 07028b07 编辑于 作者: Peter Hegman's avatar Peter Hegman
浏览文件

Merge branch 'how-seat-usage-is-determined' into 'master'

Fix the dead link from group usage_quotas#seats-quota-tab

See merge request gitlab-org/gitlab!89330
No related branches found
No related tags found
无相关合并请求
...@@ -297,7 +297,7 @@ export default { ...@@ -297,7 +297,7 @@ export default {
seatsAvailableText: s__('Billings|Seats in use / Seats available'), seatsAvailableText: s__('Billings|Seats in use / Seats available'),
seatsTooltipText: s__('Billings|Free groups are limited to %{number} seats.'), seatsTooltipText: s__('Billings|Free groups are limited to %{number} seats.'),
inASeatLabel: s__('Billings|In a seat'), inASeatLabel: s__('Billings|In a seat'),
seatsInUseLink: helpPagePath('subscription/gitlab_com/index', { seatsInUseLink: helpPagePath('subscriptions/gitlab_com/index', {
anchor: 'how-seat-usage-is-determined', anchor: 'how-seat-usage-is-determined',
}), }),
removeLastOwnerSeatRestrictedText: s__( removeLastOwnerSeatRestrictedText: s__(
......
...@@ -468,7 +468,7 @@ describe('Subscription Seats', () => { ...@@ -468,7 +468,7 @@ describe('Subscription Seats', () => {
}; };
const defaultProps = { const defaultProps = {
helpLink: '/help/subscription/gitlab_com/index#how-seat-usage-is-determined', helpLink: '/help/subscriptions/gitlab_com/index#how-seat-usage-is-determined',
totalUnit: null, totalUnit: null,
usageUnit: null, usageUnit: null,
}; };
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册