Make "parental permissions" prompt sound more natural

This commit is contained in:
evazorro 2018-10-18 11:27:08 -04:00 committed by GitHub
parent 843e5f32b1
commit 8c31fae9fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,7 +263,7 @@ function checkAge(age) {
*/!* */!*
} else { } else {
*!* *!*
return confirm('Got a permission from the parents?'); return confirm('Do you have permission from your parents?');
*/!* */!*
} }
} }