Skip to content

Commit

Permalink
#116 closed: "Change agreement validation message in signup"
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 2, 2011
1 parent 25a583d commit aab41b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/scripts/coindex.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $(document).ready(function() {
agree: "required"
},
messages: {
agree: "Please accept our agreement"
agree: "You need to accept the agreement to sign up"
}
});

Expand Down

0 comments on commit aab41b3

Please sign in to comment.