diff --git a/ts/finDePartiePanel.ts b/ts/finDePartiePanel.ts index 6f91c67..7f0dcdc 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);