From b9aeae7a1ae321228bb8c954e7ce64b8f57f9fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Est=C3=A9ban=20DESESSARD?= Date: Thu, 10 Apr 2025 09:58:02 +0200 Subject: [PATCH] =?UTF-8?q?:bug:=20Correction=20du=20th=C3=A8me=20du=20sig?= =?UTF-8?q?nalement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/js/dashboard.js b/src/assets/js/dashboard.js index 40bed21c3..1d7f02d1d 100644 --- a/src/assets/js/dashboard.js +++ b/src/assets/js/dashboard.js @@ -105,7 +105,7 @@ function showModalReport(e) { spanObjectReport.innerText = "🎮 Jeu"; break; case "LINKS": - spanObjectReport.innerText = "🎨 Interface"; + spanObjectReport.innerText = "📢 Publicité"; break; case "FAIRPLAY": spanObjectReport.innerText = "🎨 Interface";