Merge pull request #5306 from tobiasd/20180630-upcoming2

Label for the Events happening in the next 7 days was wrong
This commit is contained in:
Michael Vogel 2018-06-30 18:42:26 +02:00 committed by GitHub
commit 379f35d2d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1028 additions and 1022 deletions

View File

@ -710,7 +710,7 @@ class Profile
'$classtoday' => $classtoday,
'$count' => count($r),
'$event_reminders' => L10n::t('Event Reminders'),
'$event_title' => L10n::t('Events this week:'),
'$event_title' => L10n::t('Upcoming events the next 7 days:'),
'$events' => $r,
]);
}

File diff suppressed because it is too large Load Diff