Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-18885 use plural for test results actions display names
  • Loading branch information
kinow committed Jul 23, 2013
1 parent 6ec9e4d commit a33b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/tap4j/plugin/TapTestResultAction.java
Expand Up @@ -150,7 +150,7 @@ public String getUrlName() {
*/
@Override
public String getDisplayName() {
return "TAP Test Result";
return "TAP Test Results";
}

}

0 comments on commit a33b069

Please sign in to comment.