zahmis 5 лет назад
Родитель
Сommit
49e1ecac84

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

@@ -59,7 +59,7 @@ const CustomBotWithoutProxySettings = (props) => {
             className="btn btn-primary text-nowrap mx-1"
             className="btn btn-primary text-nowrap mx-1"
             onClick={() => window.open('https://api.slack.com/apps', '_blank')}
             onClick={() => window.open('https://api.slack.com/apps', '_blank')}
           >
           >
-            {t('admin:slack_integration.non_proxy.create_bot')}
+            {t('admin:slack_integration.without_proxy.create_bot')}
           </button>
           </button>
         </div>
         </div>
       </div>
       </div>