kaori 5 лет назад
Родитель
Сommit
38d50f3e36
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/slackbot-proxy/src/services/RegisterService.ts

+ 1 - 1
packages/slackbot-proxy/src/services/RegisterService.ts

@@ -70,7 +70,7 @@ export class RegisterService implements GrowiCommandProcessor {
       user: payload.user.id,
       text: 'Hello world',
       blocks: [
-        generateMarkdownSectionBlock('Please enter and update the following Proxy URL to your GROWI slack bot setting form'),
+        generateMarkdownSectionBlock('Please enter and update the following Proxy URL to Slack Bot Setting form in your GROWI'),
         generateMarkdownSectionBlock(`Proxy URL: ${proxyURL}`),
       ],
     });