@@ -568,7 +568,7 @@ app.controller('mainController', function($scope, $detection, $http, $mdSidenav,
momentDate.add(nbJoursFTTH, 'days');
var semester = '1er';
- if (parseInt(momentDate.format('M'), 10) > 5) {
+ if (parseInt(momentDate.format('M'), 10) > 6) {
semester = '2nd';
}