zahmis пре 4 година
родитељ
комит
cef52b0fe9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

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

@@ -53,7 +53,7 @@ const SlackIntegration = (props) => {
     try {
       await appContainer.apiv3.put('/slack-integration-settings/bot-type', { currentBotType });
       fetchSlackIntegrationData();
-      toastSuccess('success');
+      toastSuccess(t('admin:slack_integration.bot_reset_successful'));
     }
     catch (error) {
       toastError(error);