Skip to content

Commit 1399534

Browse files
MartinSchoelerKevLehman
authored andcommitted
regression: missing link on callout
1 parent 09c4699 commit 1399534

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,16 @@ const AdminABACPage = ({ shouldShowWarning }: AdminABACPageProps) => {
5656
{shouldShowWarning && (
5757
<Box mi={24} mb={16}>
5858
<Callout type='warning' title={t('ABAC_automatically_disabled_callout')}>
59-
<Trans i18nKey='ABAC_automatically_disabled_callout_description'>
60-
Renew your license to continue using all{' '}
61-
<a href={links.go.abacDocs} rel='noopener noreferrer' target='_blank'>
62-
ABAC capabilities without restriction.
63-
</a>
64-
</Trans>
59+
<Trans
60+
i18nKey='ABAC_automatically_disabled_callout_description'
61+
components={{
62+
1: (
63+
<a href={links.go.abacDocs} rel='noopener noreferrer' target='_blank'>
64+
ABAC capabilities without restriction.
65+
</a>
66+
),
67+
}}
68+
/>
6569
</Callout>
6670
</Box>
6771
)}

0 commit comments

Comments
 (0)