소스 검색

delete admin

zahmis 5 년 전
부모
커밋
405de36dc3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettingsAccordion.jsx

+ 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);