Browse Source

change the title

kaori 5 years ago
parent
commit
74662db344
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/service/bolt.js

+ 1 - 1
src/server/service/bolt.js

@@ -171,7 +171,7 @@ class BoltService {
         user: command.user_id,
         user: command.user_id,
         blocks: [
         blocks: [
           this.generateMarkdownSectionBlock(`*No page that matches your keyword(s) "${args}".*`),
           this.generateMarkdownSectionBlock(`*No page that matches your keyword(s) "${args}".*`),
-          this.generateMarkdownSectionBlock(':mag: *Searching Help*'),
+          this.generateMarkdownSectionBlock(':mag: *Help: Searching*'),
           this.divider(),
           this.divider(),
           this.generateMarkdownSectionBlock('`word1` `word2` (divide with space) \n Search pages that include both word1, word2 in the title or body'),
           this.generateMarkdownSectionBlock('`word1` `word2` (divide with space) \n Search pages that include both word1, word2 in the title or body'),
           this.divider(),
           this.divider(),