Skip to content
Snippets Groups Projects

Fix typo in message text to remove 'Type'

Merged Martin Lowe requested to merge github/fork/autumnfound/malowe/master/strict into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -222,7 +222,7 @@ public class ValidationResource {
addMessage(
r,
"The author does not have a current Eclipse Contributor Agreement (ECA) on file.\n"
+ "If there are multiple Typecommits, please ensure that each author has a ECA.",
+ "If there are multiple commits, please ensure that each author has a ECA.",
c.getHash());
addError(r, "An Eclipse Contributor Agreement is required.", c.getHash());
}
Loading