Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.

Commit 4f06d90

Browse files
committed
Update authentication message
1 parent 02e900e commit 4f06d90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sactive-bot",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"mattermost bot",
2828
"microsoft teams bot"
2929
],
30-
"author": "Pooky",
30+
"author": "shipengqi",
3131
"license": "MIT",
3232
"bugs": {
3333
"url": "https://github.com/shipengqi/sactive-bot/issues"

src/0_bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module.exports = robot => {
122122
// }
123123
// }
124124

125-
let str1 = `To issue ${command} need permission to access your integration.`;
125+
let str1 = `To issue '${command}' need permission to access your integration.`;
126126
let str2 = 'Please press the following link to the';
127127
let str3 = 'and enter your credentials.';
128128
let userInfo = {

0 commit comments

Comments
 (0)