From 72743ba341568bd6ca5dc861c98dac77aae251ee Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 26 Feb 2026 15:33:10 +0100 Subject: [PATCH] wait #8020 --- app/Fluidbook/Compiler/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5