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

fix label for WithProxyAccordions

Yuki Takei 4 лет назад
Родитель
Сommit
7bca1cc2a1

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

@@ -311,6 +311,7 @@
       "install_now": "Install now",
       "generate_access_token": "Generate Access Token",
       "register_for_growi_official_bot_proxy_service": "Register for GROWI Official Bot Proxy Service",
+      "register_for_growi_custom_bot_proxy": "Register for your GROWI Custom Bot Proxy",
       "enter_growi_register_on_slack": "Enter <b>/growi register</b> on slack",
       "paste_growi_url": "Since a modal is displayed, enter the following URL in <b>GROWI URL</b>.",
       "enter_access_token_for_growi_and_proxy": "Enter <b>Access Token Proxy to GROWI</b> and <b>Access Token GROWI to Proxy</b>",

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

@@ -308,6 +308,7 @@
       "install_now": "今すぐインストール",
       "generate_access_token": "Access Tokenの発行",
       "register_for_growi_official_bot_proxy_service": "GROWI Official Bot Proxy サービスへの登録",
+      "register_for_growi_custom_bot_proxy": "GROWI Custom Bot Proxy への登録",
       "enter_growi_register_on_slack": "Slack上で <b>/growi register</b> と打ちます。",
       "paste_growi_url": "モーダルが表示されるので、<b>GROWI URL</b> には下記のURLを入力します。",
       "enter_access_token_for_growi_and_proxy": "上記で発行した<b>Access Token Proxy to GROWI</b> と <b>Access Token GROWI to Proxy</b>を入れる",

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

@@ -318,6 +318,7 @@
       "install_now": "现在安装",
       "generate_access_token": "生成Access Token",
       "register_for_growi_official_bot_proxy_service": "注册 GROWI Official Bot Proxy Service",
+      "register_for_growi_custom_bot_proxy": "注册 GROWI Custom Bot Proxy",
       "enter_growi_register_on_slack": "在Slack中,输入 <b>/growi register</b>",
       "paste_growi_url": "由于显示了模式,请在 <b>GROWI URL</b> 中输入以下URL",
       "enter_access_token_for_growi_and_proxy": "插入上面发出的 <b>Access Token Proxy to GROWI</b> 和 <b>Access Token GROWI to Proxy</b>。",

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

@@ -324,7 +324,7 @@ const WithProxyAccordions = (props) => {
       content: <BotInstallProcessForCustomBotWithProxy />,
     },
     '③': {
-      title: 'register_for_growi_official_bot_proxy_service',
+      title: 'register_for_growi_custom_bot_proxy',
       content: <GeneratingTokensAndRegisteringProxyServiceProcess
         growiUrl={props.appContainer.config.crowi.url}
         slackAppIntegrationId={props.slackAppIntegrationId}