Skip to content

Commit bc54783

Browse files
authored
Update app/assets/javascripts/validate.js
1 parent 43d6549 commit bc54783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ document.addEventListener('turbolinks:load', function() {
2222
$(this)
2323
.parent()
2424
.text()
25-
.includes('I read and accept')
25+
.includes('I have read and accepted')
2626
) {
2727
notify(".agreement_input", 'Please read & accept');
2828
} else {

0 commit comments

Comments
 (0)