From ba418865227c0bd3d63e255ed4a2efa2ba63e385 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Mon, 29 Mar 2021 23:59:27 +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 30434196..e7e06a0f 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) {