From: soufiane Date: Thu, 29 Jan 2026 14:26:52 +0000 (+0100) Subject: wait #7957 @2:00 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=09e6c3eda5c28c83051f426ddbd8f774bf6cb1f0;p=fluidbook-html5.git wait #7957 @2:00 --- diff --git a/js/libs/fluidbook/cart/fluidbook.cart.newheidi.js b/js/libs/fluidbook/cart/fluidbook.cart.newheidi.js index 7dd89572..211c8883 100644 --- a/js/libs/fluidbook/cart/fluidbook.cart.newheidi.js +++ b/js/libs/fluidbook/cart/fluidbook.cart.newheidi.js @@ -207,7 +207,7 @@ FluidbookCartNewHeidi.prototype = { getCartContent: function () { if (this.getItemsNumbers() == 0) { - return '
' + this.fluidbook.l10n.__('your selection is empty') + '
'; + return '
' + this.fluidbook.l10n.__('Votre panier est vide') + '
'; } var $this = this;