diff --git a/webapp_search.py b/webapp_search.py index 83cd0625d..7148e57d2 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -561,7 +561,7 @@ def htmlHistorySearch(cssCache: {}, translate: {}, baseDir: str, domainFull = getFullDomain(domain, port) actor = httpPrefix + '://' + domainFull + '/users/' + nickname historySearchTitle = '🔍 ' + translate['Your Posts'] - if boxName == 'tlbookmarks': + if boxName == 'bookmarks': historySearchTitle = '🔍 ' + translate['Bookmarks'] historySearchForm += \