zahmis пре 4 година
родитељ
комит
05cfe5a8f2

+ 1 - 1
resource/locales/en_US/admin/admin.json

@@ -337,7 +337,7 @@
     "integration_sentence": {
       "integration_is_not_complete": "Integration is not complete.<br>Proceed with the following integration procedure.",
       "integration_successful": "Integration successful",
-      "integration_some_ws_is_not_linked": "Some work spaces is not linked"
+      "integration_some_ws_is_not_complete": "Some work spaces is not linked"
     },
     "custom_bot_with_proxy_integration": "Custom Bot With Proxy Integration",
     "official_bot_integration": "Official bot integration"

+ 1 - 1
resource/locales/ja_JP/admin/admin.json

@@ -334,7 +334,7 @@
     "integration_sentence": {
       "integration_is_not_complete": "連携は完了していません。<br>下記の連携手順を進めてください。",
       "integration_successful": "連携は完了しています。",
-      "integration_some_ws_is_not_linked": "連携に失敗している ワークスペースがあります。"
+      "integration_some_ws_is_not_complete": "連携に失敗している ワークスペースがあります。"
 
     },
     "custom_bot_with_proxy_integration": "Custom bot with proxy 連携",

+ 1 - 1
resource/locales/zh_CN/admin/admin.json

@@ -344,7 +344,7 @@
     "integration_sentence": {
       "integration_is_not_complete": "一体化未完成。<br>进行以下一体化程序。",
       "integration_successful": "一体化成功",
-      "integration_some_ws_is_not_linked": "有的工作空间未能连接"
+      "integration_some_ws_is_not_complete": "有的工作空间未能连接"
     },
     "custom_bot_with_proxy_integration": "Custom bot with proxy 一体化",
     "official_bot_integration": "Official bot 一体化"

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

@@ -59,7 +59,7 @@ const CustomBotWithProxyIntegrationCard = (props) => {
         <small
           className="text-secondary"
             // 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_some_ws_is_not_complete') }}
         />
         )}