Explorar o código

add admin.json

Shun Miyazawa %!s(int64=5) %!d(string=hai) anos
pai
achega
19343523b8

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

@@ -95,8 +95,8 @@ const CustomBotWithoutProxySettings = (props) => {
         </div>
 
         <div className="text-center w-25 mt-5">
-          <p className="text-secondary m-0"><small>連携は完了していません。</small></p>
-          <p className="text-secondary"><small>下記の連携手順を進めてください。</small></p>
+          <p className="text-secondary m-0"><small>{t('admin:slack_integration.without_proxy_integration.integration_is_not_complete')}</small></p>
+          <p className="text-secondary"><small>{t('admin:slack_integration.without_proxy_integration.proceed_with_the_following_integration_procedure')}</small></p>
           <hr className="border-danger align-self-center" style={{ border: 'dashed' }}></hr>
         </div>