diff --git a/www/LOVELand/ajaxform.js b/www/LOVELand/ajaxform.js index 394efe0..8f93d0f 100644 --- a/www/LOVELand/ajaxform.js +++ b/www/LOVELand/ajaxform.js @@ -6,7 +6,7 @@ jQuery(document).ready(function () { e.preventDefault(); // avoid to execute the actual submit of the form. console.log("button PHONE clicked"); $("#phoneresultat").html("

Vous allez recevoir un SMS

" + - "

Utilisez les identifiant reçus dans Cesium et Gchange pour activer votre clef...

"); + "
Utilisez vos identifiants dans Cesium et Gchange pour activer votre clef...

"); // declare these vars var phone = jQuery("#phone"); var parrain = jQuery("#parrain");