aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index 8401dd36..56a17426 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -126,7 +126,7 @@ class Module(ModuleManager.BaseModule):
pr_title = data["pull_request"]["title"]
commenter = data["comment"]["user"]["login"]
url = data["comment"]["html_url"]
- return ["(%s) [pr#%d] %s %s on: %s - %s" %
+ return ["(%s) [pr#%d] %s %s on a review: %s - %s" %
(full_name, pr_number, commenter, COMMENT_ACTIONS[action], pr_title,
url)]