You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PullRequestReviewCommentEvent: '<span> commented on pull request <%= pullCommentUrl%> </span>'+
118
119
'<p><%= payload.comment.body%></p>',
119
120
PushEvent: '<span> pushed to <%= branchLink%> at <%= repoLink%> </span>'+
@@ -250,7 +251,7 @@ var GitHub = (function () {
250
251
if(length===2){
251
252
compareLink=gitMethods.getGitHubLink(activity.repo.name+'/compare/'+shaDiff,'View comparison for these 2 commits »','gt-compare-link');
252
253
}elseif(length>2){
253
-
compareLink=gitMethods.getGitHubLink(activity.repo.name+'/compare/'+shaDiff,(length-2)+' more commits »','gt-compare-link');
254
+
compareLink=gitMethods.getGitHubLink(activity.repo.name+'/compare/'+shaDiff,(length-2)+' more '+gitMethods.getPluralWord(length-2,'commit')+' »','gt-compare-link');
0 commit comments