Просмотр исходного кода

Update src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

Co-authored-by: itizawa <48426654+itizawa@users.noreply.github.com>
Shun Miyazawa 5 лет назад
Родитель
Сommit
4b032c4bf9

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

@@ -66,7 +66,7 @@ const CustomBotWithoutProxySettings = (props) => {
           )}
           {!props.isSetupSlackBot && (
             <div className="mt-4">
-              <p className="text-secondary m-0" dangerouslySetInnerHTML={{ __html: `<small> ${t('admin:slack_integration.integration_sentence.integration_is_not_complete')} </small>` }}></p>
+              <small className="text-secondary m-0" dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.integration_sentence.integration_is_not_complete') }} />
               <hr className="align-self-center admin-border-danger border-danger"></hr>
             </div>
           )}