File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
apps/meteor/client/views/admin/ABAC Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments