Strong month name

merge-requests/17/head
Bob Mottram 2021-02-12 15:31:47 +00:00
parent a18697d0fa
commit 5fe12e343a
1 changed files with 2 additions and 2 deletions

View File

@ -898,8 +898,8 @@ def htmlKeyboardNavigation(banner: str, links: {},
htmlStr += '<pre aria-label="">' + banner + '<br><br></pre>'
if subHeading:
htmlStr += '<label class="transparent">' + \
subHeading + '</label><br>'
htmlStr += '<strong><label class="transparent">' + \
subHeading + '</label></strong><br>'
# show new follower approvals
if usersPath and translate and followApprovals: