Don't translate

main
Bob Mottram 2020-02-26 14:45:31 +00:00
parent 4213d6041d
commit a9958736bb
1 changed files with 1 additions and 1 deletions

View File

@ -1875,7 +1875,7 @@ def htmlProfile(defaultTimeline: str, \
'<p>'+translate['Matrix']+': '+matrixAddress+'</p>\n'
if ssbAddress:
donateSection+= \
'<p>'+translate['SSB']+': '+ssbAddress+'</p>\n'
'<p>SSB: '+ssbAddress+'</p>\n'
if PGPpubKey:
donateSection+= \
'<p class="pgp">'+PGPpubKey.replace('\n','<br>')+'</p>\n'