Shun Miyazawa 4 лет назад
Родитель
Сommit
da1c0db3d0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

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

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