diff --git a/app/lang/nl.json b/app/lang/nl.json index 76900c1..4f45b81 100644 --- a/app/lang/nl.json +++ b/app/lang/nl.json @@ -1,5 +1,5 @@ { - "CALENDAR_WEEK": "Kalender week", + "CALENDAR_WEEK": "Kalenderweek", "NEXT_WEEK" : "Volgende", "PREVIOUS_WEEK" : "Vorige", "CURRENT_WEEK" : "Huidige", diff --git a/app/partials/timetable.html b/app/partials/timetable.html index 1199a14..8515eab 100644 --- a/app/partials/timetable.html +++ b/app/partials/timetable.html @@ -5,7 +5,7 @@ - {{weekTitle || 'Cal. week ' + currentWeekDate.format('W') || 'Week ??'}} + {{weekTitle || ('CALENDAR_WEEK' | translate) + ' ' + currentWeekDate.format('W') || 'Week ??'}}