Merge "Harmonize link text in ITS comments"
diff --git a/hooks-its/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilterAddRelatedLinkToChangeId.java b/hooks-its/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilterAddRelatedLinkToChangeId.java
index ec46d48..a404fea 100644
--- a/hooks-its/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilterAddRelatedLinkToChangeId.java
+++ b/hooks-its/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilterAddRelatedLinkToChangeId.java
@@ -53,7 +53,7 @@
 
     for (String issue : issues) {
       its.addRelatedLink(issue, new URL(patchsetCreated.change.url),
-          "Gerrit Patch-Set: " + patchsetCreated.change.id + "/"
+          "Gerrit Patch-Set " + patchsetCreated.change.id + "/"
               + patchsetCreated.patchSet.number);
     }
   }