From 723d94fac77dadb617275f0cc9a2b931018b4ce6 Mon Sep 17 00:00:00 2001 From: JonathanMM Date: Sun, 24 Apr 2022 11:27:37 +0200 Subject: [PATCH] Correction typographie --- ts/finDePartiePanel.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/finDePartiePanel.ts b/ts/finDePartiePanel.ts index b697661..1ea8217 100644 --- a/ts/finDePartiePanel.ts +++ b/ts/finDePartiePanel.ts @@ -123,10 +123,10 @@ export default class FinDePartiePanel { }) ) .then(() => { - NotificationMessage.ajouterNotificationPanel("Résumé copié dans le presse papier"); + NotificationMessage.ajouterNotificationPanel("Résumé copié dans le presse-papier."); }) .catch((raison) => { - NotificationMessage.ajouterNotificationPanel("Votre navigateur n'est pas compatible"); + NotificationMessage.ajouterNotificationPanel("Votre navigateur n'est pas compatible."); }); }); }