From 436e23d69176203d3d40b9d85dc0526d964aeb5e Mon Sep 17 00:00:00 2001 From: qo-op Date: Fri, 29 May 2020 02:58:43 +0200 Subject: [PATCH] Utilisez vos identifiants dans Cesium et Gchange pour activer votre clef... --- www/LOVELand/ajaxform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");