zahmis 4 лет назад
Родитель
Сommit
9fe5016622

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

@@ -54,7 +54,7 @@ const CustomBotWithoutProxySettingsAccordion = (props) => {
       setIsLatestConnectionSuccess(true);
       if (onTestConnectionInvoked != null) {
         onTestConnectionInvoked();
-        const newLogs = addLogs(logsValue, 'success', null);
+        const newLogs = addLogs(logsValue, 'Successfully sent to Slack workspace.', null);
         setLogsValue(newLogs);
       }
     }