From 6734cfec748b3952a417c6809200bf7f64b49430 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 3 Feb 2022 16:33:48 +0100 Subject: [PATCH] fix(pwa): typo in update notification --- src/app/services/notification.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/notification.service.ts b/src/app/services/notification.service.ts index 7e42e77d6..fcc0129db 100644 --- a/src/app/services/notification.service.ts +++ b/src/app/services/notification.service.ts @@ -24,7 +24,7 @@ export class NotificationService { // Par defaut, l'erreur reste affichée jusqu'à ce qu'on clique dessus public showAppNewVersion(): void { const update = this.toastr.info( - 'Une nouvelle version est disponible, cliquer ici pour mettre a jour.', + 'Une nouvelle version est disponible, cliquer ici pour mettre à jour.', 'Nouvelle version', { disableTimeOut: true, -- GitLab