]> _ Git - fluidbook-html5.git/commitdiff
wait #7131
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Oct 2024 12:01:40 +0000 (14:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Oct 2024 12:01:40 +0000 (14:01 +0200)
js/libs/fluidbook/forms/fluidbook.form.christaud.js

index 7c24d1c412180f4328fa0f0313d4091002d6446d..b36d192e6addbfc51652ba8a7e2ede645f8c5987 100644 (file)
@@ -63,7 +63,7 @@ FluidbookFormChristaud.prototype = {
         view += '<div class="content">';
         view += '<form class="christaud-form" action="' + this.fluidbook.service.getBaseURL() + 'form" method="post">';
         view += '<div><input type="hidden" value="' + this.fluidbook.settings.id + '" name="fluidbook_id"><input type="hidden" value="christaud" name="form"><input type="hidden" value="' + this.fluidbook.l10n.currentLang + '" name="locale">';
-        view += '<div>Merci de rensigner le formulaire ci-dessous pour télécharger le catalogue :</div>';
+        view += '<div>Merci de renseigner le formulaire ci-dessous pour télécharger le catalogue :</div>';
 
         view += '<div class="line">';
         view += '<input type="text" name="firstname" id="firstname">';