merge-requests/30/head
Bob Mottram 2023-08-29 18:14:33 +01:00
parent 6d7e714f92
commit 8413acb9f6
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ def html_confirm_follow(translate: {}, base_dir: str,
if text_in_file('://' + follow_domain, if text_in_file('://' + follow_domain,
send_block_filename, False): send_block_filename, False):
follow_str += \ follow_str += \
'<p class="followText"><b>' + \ ' <p class="followText"><b>' + \
translate['FollowWarning'] + '</b></p>\n' translate['FollowWarning'] + '</b></p>\n'
follow_str += \ follow_str += \
' <p class="followText">' + translate['Follow'] + ' ' + \ ' <p class="followText">' + translate['Follow'] + ' ' + \