zahmis 5 лет назад
Родитель
Сommit
405de36dc3

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

@@ -37,7 +37,7 @@ const CustomBotWithoutProxySettingsAccordion = ({
         currentBotType,
       });
       setIsRegisterSlackCredentials(true);
-      toastSuccess(t('toaster.update_successed', { target: t('admin:slack_integration.custom_bot_without_proxy_settings') }));
+      toastSuccess(t('toaster.update_successed', { target: t('slack_integration.custom_bot_without_proxy_settings') }));
     }
     catch (err) {
       setIsRegisterSlackCredentials(false);