فهرست منبع

Modified a message

hakumizuki 4 سال پیش
والد
کامیت
1ea40dec7a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/server/routes/apiv3/slack-integration.js

+ 1 - 1
src/server/routes/apiv3/slack-integration.js

@@ -75,7 +75,7 @@ module.exports = (crowi) => {
 
     // validate
     if (!supportedCommands.includes(command)) {
-      return res.status(403).send(`You are not allowed to run '${command}' command to this GROWI.`);
+      return res.status(403).send(`It is not allowed to run '${command}' command from this channel.`);
     }
 
     next();