Skip to content

Commit

Permalink
Update logic.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Oct 7, 2024
1 parent 90f0c05 commit 78fa0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 78fa0a1

Please # to comment.