Этот коммит содержится в:
Conor Macpherson
2023-04-17 15:27:48 -04:00
родитель 3a64bda171
Коммит 64ac8f21f4
3 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@@ -116,9 +116,7 @@ describe('components/overage_users_banner', () => {
name: 'Professional',
sku: SelfHostedProducts.PROFESSIONAL,
price_per_seat: 7.5,
}),
},
},
},

Просмотреть файл

@@ -105,7 +105,6 @@ const OverageUsersBannerNotice = () => {
href={`${siteURL}/${ConsolePages.LICENSE}?action=show_expansion_modal`}
rel='noopener noreferrer'
target="_blank"
>
{chunks}
</ExternalLink>

Просмотреть файл

@@ -4027,6 +4027,7 @@
"licensingPage.overageUsersBanner.ctaExpandSeats": "Purchase additional seats",
"licensingPage.overageUsersBanner.noticeDescription": "Notify your Customer Success Manager on your next true-up check. <a></a>",
"licensingPage.overageUsersBanner.noticeTitle": "Your workspace user count has exceeded your paid license seat count by {seats, number} {seats, plural, one {seat} other {seats}}",
"licensingPage.overageUsersBanner.selfHostedNoticeDescription": "<a>Purchase additional seats </a> to remain compliant.",
"licensingPage.overageUsersBanner.text": "Your workspace user count has exceeded your paid license seat count by {seats, number} {seats, plural, one {seat} other {seats}}. Purchase additional seats to remain compliant.",
"link_preview.image_preview": "Show Image preview",
"link_preview.remove_link_preview": "Remove link preview",