Kaynağa Gözat

fix welcome text

Yuki Takei 4 yıl önce
ebeveyn
işleme
12ce613021

+ 7 - 3
packages/slackbot-proxy/src/controllers/slack.ts

@@ -391,8 +391,11 @@ export class SlackCtrl {
               type: 'section',
               type: 'section',
               text: {
               text: {
                 type: 'mrkdwn',
                 type: 'mrkdwn',
-                // eslint-disable-next-line max-len
-                text: 'You have successfully installed GROWI Official Bot on this Slack workspace. At first you do `/growi register` in the channel that you want to use. Looking for additional help? See <https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html#official-bot-settings | Docs>.',
+                text: 'You have successfully installed GROWI Official bot on this Slack workspace.'
+                  + 'At first you do `/growi register` in the channel that you want to use.'
+                  + 'Looking for additional help?'
+                  // eslint-disable-next-line max-len
+                  + 'See <https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html#official-bot-settings | Docs>.',
               },
               },
             },
             },
           ],
           ],
@@ -415,8 +418,9 @@ export class SlackCtrl {
                 type: 'section',
                 type: 'section',
                 text: {
                 text: {
                   type: 'mrkdwn',
                   type: 'mrkdwn',
+                  text: 'Learn how to use GROWI Official bot.'
                   // eslint-disable-next-line max-len
                   // eslint-disable-next-line max-len
-                  text: 'Learn how to use GROWI Official bot. See <https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html#official-bot-settings | Docs>.',
+                    + 'See <https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html#official-bot-settings | Docs>.',
                 },
                 },
               },
               },
             ],
             ],