[guadec-web] Improve wrong error message



commit a93e2fbf4f8e4a69dbf5a865f3d0d91e19a7fb7a
Author: Pascal Terjan <pterjan gmail com>
Date:   Tue Jul 15 22:20:45 2014 +0000

    Improve wrong error message

 guadec/js/calculate-total.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guadec/js/calculate-total.js b/guadec/js/calculate-total.js
index cbc708f..f5a1aa5 100644
--- a/guadec/js/calculate-total.js
+++ b/guadec/js/calculate-total.js
@@ -202,7 +202,7 @@ $(function() {
      $('form[name=registration]').submit(function(event){
        if($("[value=accommodation]").is(':checked')){
                        if(!$("[name=contact_country]").val() || !$("[name=bday]").val()){
-                               alert("Make sure you enter the birth country, date of birth and agree to 
anti-harassment policy");
+                               alert("Make sure you enter your location and date of birth");
                                event.preventDefault();
                        }
                }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]