]> _ Git - fluidbook-html5.git/commitdiff
wip #7871
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 7 Jan 2026 10:37:26 +0000 (11:37 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 7 Jan 2026 10:37:26 +0000 (11:37 +0100)
js/libs/fluidbook/menu/fluidbook.pdfform.js

index 9151970d462ed42e81ed77a887dcc60edc6cca9c..1b0e71ba3b5f6180d564a45af51a137d72914e6a 100644 (file)
@@ -1,4 +1,4 @@
-/* __('please fill your email') */
+/* __('please fill a valid email') */
 
 function FluidbookPDFForm(fluidbook) {
     this.fluidbook = fluidbook;
@@ -54,7 +54,7 @@ FluidbookPDFForm.prototype = {
 
     error: function (message) {
         this.fluidbook.hideLoader();
-        this.fluidbook.tooltip.displayTooltipDuring(this.fluidbook.l10n.__(message), 3, 'error');
+        this.fluidbook.tooltip.displayTooltipDuring(this.fluidbook.l10n.__(message), 3000, 'error');
     },
 
     open: function (uid, callback) {