Explorar o código

apply translation

zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
cef52b0fe9

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