]> _ Git - fluidbook-toolbox.git/commitdiff
wait #8020
authorsoufiane <soufiane@cubedesigners.com>
Thu, 26 Feb 2026 14:33:10 +0000 (15:33 +0100)
committersoufiane <soufiane@cubedesigners.com>
Thu, 26 Feb 2026 14:33:10 +0000 (15:33 +0100)
app/Fluidbook/Compiler/Cart.php

index 1ce59eb1de3634ef0f623986a3d8b4ce821ebd64..bd4c620cb9bc75954fbee46803acec4f4d71b45c 100644 (file)
@@ -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;