typo: rencontrer, pas recontrer

This commit is contained in:
Vincent Vandemeulebrouck 2021-12-10 01:21:39 +01:00
parent 4aef9c0571
commit 76741579cc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export class RdDTMRRencontreDialog extends Dialog {
constructor(html, tmrApp, rencontre, postRencontre) {
const dialogConf = {
title: "Rencontre en TMR!",
content: "Vous recontrez un " + rencontre.name + " de force " + rencontre.force + "<br>",
content: "Vous rencontrez un " + rencontre.name + " de force " + rencontre.force + "<br>",
buttons: {
derober: { icon: '<i class="fas fa-check"></i>', label: "Se dérober", callback: () => { this.onButtonFuir(() => tmrApp.derober()); } },
refouler: { icon: '<i class="fas fa-check"></i>', label: "Refouler", callback: () => this.onButtonAction(() => tmrApp.refouler()) },