From 632a7171733824b8dc6a2e1d3f543dd902853953 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Tue, 13 Jan 2026 19:09:24 +0100 Subject: [PATCH] . --- module/canvas/placeables/token.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/canvas/placeables/token.mjs b/module/canvas/placeables/token.mjs index d8acb73a..2266d0da 100644 --- a/module/canvas/placeables/token.mjs +++ b/module/canvas/placeables/token.mjs @@ -153,7 +153,7 @@ export default class DhTokenPlaceable extends foundry.canvas.placeables.Token { textStyle.wordWrapWidth = this.w * 2.5; textStyle.fontStyle = 'italic'; - const helpText = new PreciseText( + const helpText = new foundry.canvas.containers.PreciseText( `(${game.i18n.localize('DAGGERHEART.UI.Tooltip.previewTokenHelp')})`, textStyle );