|
|
@@ -134,6 +134,8 @@ const SlackIntegration = (props) => {
|
|
|
</a>
|
|
|
</h2>
|
|
|
|
|
|
+ {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
|
|
|
+
|
|
|
{(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (
|
|
|
<button
|
|
|
className="mx-3 btn text-danger border-danger"
|
|
|
@@ -142,8 +144,6 @@ const SlackIntegration = (props) => {
|
|
|
</button>
|
|
|
)}
|
|
|
|
|
|
- {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
|
|
|
-
|
|
|
<div className="row my-5 flex-wrap-reverse justify-content-center">
|
|
|
{botTypes.map((botType) => {
|
|
|
return (
|