|
@@ -33,7 +33,7 @@ const CustomBotWithProxyIntegrationCard = (props) => {
|
|
|
)}
|
|
)}
|
|
|
{!props.isSlackScopeSet && (
|
|
{!props.isSlackScopeSet && (
|
|
|
<small
|
|
<small
|
|
|
- className="text-secondary"
|
|
|
|
|
|
|
+ className="text-danger"
|
|
|
// eslint-disable-next-line react/no-danger
|
|
// eslint-disable-next-line react/no-danger
|
|
|
dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.integration_sentence.integration_is_not_complete') }}
|
|
dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.integration_sentence.integration_is_not_complete') }}
|
|
|
/>
|
|
/>
|