Skip to content

Commit

Permalink
Implement schimmels feedback
Browse files Browse the repository at this point in the history
Ref #21
  • Loading branch information
SpaceK33z committed Apr 17, 2016
1 parent 0678aae commit 88ac113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lang/nl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"CALENDAR_WEEK": "Kalender week",
"CALENDAR_WEEK": "Kalenderweek",
"NEXT_WEEK" : "Volgende",
"PREVIOUS_WEEK" : "Vorige",
"CURRENT_WEEK" : "Huidige",
Expand Down
2 changes: 1 addition & 1 deletion app/partials/timetable.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</svg>
</a>
<a class="week-current" ng-click="toPresentWeek()" aria-label="{{::'CALENDAR_WEEK' | translate}} {{currentWeekDate.format('W')}}">
{{weekTitle || 'Cal. week ' + currentWeekDate.format('W') || 'Week ??'}}
{{weekTitle || ('CALENDAR_WEEK' | translate) + ' ' + currentWeekDate.format('W') || 'Week ??'}}
</a>
<a class="week-next" ng-click="toNextWeek()">
<svg version="1.1" width="25" height="25" viewBox="0 0 80 80">
Expand Down

0 comments on commit 88ac113

Please sign in to comment.