From 78fa0a101fcd8ef363c6345e21f9cdcd101ee639 Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 7 Oct 2024 16:56:08 -0300 Subject: [PATCH] Update logic.js --- src/module/logic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/logic.js b/src/module/logic.js index fb589f3..49fd691 100644 --- a/src/module/logic.js +++ b/src/module/logic.js @@ -520,7 +520,7 @@ export class Polyglot { && !game.polyglot.isLanguageKnown(game.polyglot.comprehendLanguages) && !game.polyglot.languageProvider.conditions(lang); if (conditions) { - e.title = "????"; + e.dataset.tooltip = "????"; e.textContent = game.polyglot.scrambleString(e.textContent, document.id, lang); e.style.font = game.polyglot._getFontStyle(lang); }