From 94deb08e1645d894bfc91e82910d405c3e8afea7 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Tue, 24 Mar 2026 20:59:42 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20change=20"Nouvelle=20fen=C3=AAtre"=20bu?= =?UTF-8?q?tton=20label=20to=20"pop-out"=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app.js b/frontend/app.js index 91c62cc..60d22ab 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -2607,7 +2607,7 @@ const openNewWindowBtn = el("button", { class: "btn-action", title: "Ouvrir dans une nouvelle fenĂȘtre" }, [ icon("external-link", 14), - document.createTextNode("Nouvelle fenĂȘtre"), + document.createTextNode("pop-out"), ]); openNewWindowBtn.addEventListener("click", () => { const popoutUrl = `/popout/${encodeURIComponent(data.vault)}/${encodeURIComponent(data.path)}`;