This commit is contained in:
WBHarry 2026-01-13 19:09:24 +01:00
parent e77a0042cb
commit 632a717173

View file

@ -153,7 +153,7 @@ export default class DhTokenPlaceable extends foundry.canvas.placeables.Token {
textStyle.wordWrapWidth = this.w * 2.5; textStyle.wordWrapWidth = this.w * 2.5;
textStyle.fontStyle = 'italic'; textStyle.fontStyle = 'italic';
const helpText = new PreciseText( const helpText = new foundry.canvas.containers.PreciseText(
`(${game.i18n.localize('DAGGERHEART.UI.Tooltip.previewTokenHelp')})`, `(${game.i18n.localize('DAGGERHEART.UI.Tooltip.previewTokenHelp')})`,
textStyle textStyle
); );