From: soufiane Date: Thu, 26 Feb 2026 14:33:10 +0000 (+0100) Subject: wait #8020 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=72743ba341568bd6ca5dc861c98dac77aae251ee;p=fluidbook-toolbox.git wait #8020 --- diff --git a/app/Fluidbook/Compiler/Cart.php b/app/Fluidbook/Compiler/Cart.php index 1ce59eb1d..bd4c620cb 100644 --- a/app/Fluidbook/Compiler/Cart.php +++ b/app/Fluidbook/Compiler/Cart.php @@ -882,7 +882,7 @@ trait Cart if ($link['type'] == Link::CART) { $link['image'] = 'icone-plus.svg'; $link['type'] = Link::WEB; - $link['tooltip'] = 'Plus d\'informations'; + $link['tooltip'] = 'Je découvre !'; $link['target'] = '_popupiframe'; $link['to'] = $ref[$link['to']]['Url produit'] ?? ''; $links[$k] = $link;