From c979e71db36f5e9baf40323ae9294c2bf043d829 Mon Sep 17 00:00:00 2001 From: Damien <damien.burel@maarch.org> Date: Mon, 16 Jul 2018 16:41:10 +0200 Subject: [PATCH] [REFACTORING] janv --- apps/maarch_entreprise/js/angular/plugins/timeAgo.pipe.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/maarch_entreprise/js/angular/plugins/timeAgo.pipe.ts b/apps/maarch_entreprise/js/angular/plugins/timeAgo.pipe.ts index 1caa7364bfb..8e500463a22 100644 --- a/apps/maarch_entreprise/js/angular/plugins/timeAgo.pipe.ts +++ b/apps/maarch_entreprise/js/angular/plugins/timeAgo.pipe.ts @@ -15,14 +15,14 @@ export class TimeAgoPipe implements PipeTransform, OnDestroy { let minuteNumber = ('0' + d.getMinutes()).slice(-2) let now = new Date(); let month = new Array(); - month[0] = "Jav."; + month[0] = "Jan."; month[1] = "Fév."; month[2] = "Mars"; month[3] = "Avr."; month[4] = "Mai"; month[5] = "Juin"; month[6] = "Juil."; - month[7] = "Aoû."; + month[7] = "Août"; month[8] = "Sept."; month[9] = "Oct."; month[10] = "Nov."; -- GitLab