From ebe29588c3515416e5cd1f4146daea31ead83f92 Mon Sep 17 00:00:00 2001 From: karimsdocto Date: Tue, 22 Nov 2022 23:36:23 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20de=20la=20d=C3=A9finition=20sur=20le=20?= =?UTF-8?q?panneau=20de=20fin=20de=20partie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ts/finDePartiePanel.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/finDePartiePanel.ts b/ts/finDePartiePanel.ts index 1ea8217..630f1ad 100644 --- a/ts/finDePartiePanel.ts +++ b/ts/finDePartiePanel.ts @@ -181,6 +181,8 @@ export default class FinDePartiePanel { "" + "" + ""; + const mot = this._motATrouver.charAt(0).toUpperCase() + this._motATrouver.toLowerCase().slice(1); + contenu += `Définition`; } this._panelManager.setContenu(titre, contenu);