|
@@ -67,7 +67,7 @@ const CustomBotWithoutProxySettingsAccordion = ({
|
|
|
|
|
|
|
|
|
|
|
|
|
let value = '';
|
|
let value = '';
|
|
|
- if (connectionMessage === 'Send the message to slack ws.' || connectionMessage == null) {
|
|
|
|
|
|
|
+ if (connectionMessage === 'Send the message to slack work space.' || connectionMessage == null) {
|
|
|
value = connectionMessage;
|
|
value = connectionMessage;
|
|
|
}
|
|
}
|
|
|
else {
|
|
else {
|
|
@@ -161,7 +161,7 @@ const CustomBotWithoutProxySettingsAccordion = ({
|
|
|
? <p></p>
|
|
? <p></p>
|
|
|
: (
|
|
: (
|
|
|
<>
|
|
<>
|
|
|
- {connectionMessage === 'Send the message to slack ws.'
|
|
|
|
|
|
|
+ {connectionMessage === 'Send the message to slack work space.'
|
|
|
? <p className="text-info text-center my-4">{t('admin:slack_integration.accordion.send_message_to_slack_work_space')}</p>
|
|
? <p className="text-info text-center my-4">{t('admin:slack_integration.accordion.send_message_to_slack_work_space')}</p>
|
|
|
: <p className="text-danger text-center my-4">{t('admin:slack_integration.accordion.error_check_logs_below')}</p>
|
|
: <p className="text-danger text-center my-4">{t('admin:slack_integration.accordion.error_check_logs_below')}</p>
|
|
|
}
|
|
}
|