in src/app/period-statistics.js [142:145]
title(date) { return workTimePresentation.isToday(date) ? i18n('Today') : this.dateToString(date); }