From e8d07486885538bf9129760b377fb70732157d57 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Mon, 29 Mar 2021 23:57:37 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20tooltip=20p=C3=A9riple?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/tmr/periple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/tmr/periple.js b/module/tmr/periple.js index feba1a2b..ae5050f7 100644 --- a/module/tmr/periple.js +++ b/module/tmr/periple.js @@ -22,7 +22,7 @@ export class Periple extends Draconique { code() { return 'periple' } - tooltip(linkData) { return `Votre Périple passe par ${this.tmrDescr(linkData)}` } + tooltip(linkData) { return `Votre Périple passe par ${this.tmrLabel(linkData)}` } img() { return 'icons/svg/acid.svg' } createSprite(pixiTMR) {