merge-requests/8/head
Bob Mottram 2020-11-05 12:12:16 +00:00
parent 6aeb1fcc4e
commit 83f724fbf8
1 changed files with 1 additions and 1 deletions

View File

@ -8597,7 +8597,7 @@ def htmlCalendar(cssCache: {}, translate: {},
'" title="' + translate['Previous month'] + '" src="/' + iconsDir + \
'/prev.png" class="buttonprev"/></a>\n'
calendarStr += ' <a href="' + calActor + '/inbox" title='
calendarStr += translate['switch to timeline view'] + '>'
calendarStr += translate['Switch to timeline view'] + '>'
calendarStr += ' <h1>' + monthName + '</h1></a>\n'
calendarStr += \
' <a href="' + calActor + '/calendar?year=' + str(nextYear) + \