Repeat strings

merge-requests/30/head
Bob Mottram 2021-05-07 23:07:26 +01:00
parent e70a9b96c5
commit 539766b74d
1 changed files with 2 additions and 2 deletions

View File

@ -432,8 +432,8 @@ def _getAnnounceIconHtml(isAnnounced: bool,
announceStr += \
' ' + \
'<img loading="lazy" title="' + translate['Repeat this post'] + \
'" alt="' + announceEmoji + translate['Repeat this post'] + \
'<img loading="lazy" title="' + announceTitle + \
'" alt="' + announceEmoji + announceTitle + \
' |" src="/icons/' + announceIcon + '"/></a>\n'
return announceStr