Upper case

merge-requests/30/head
Bob Mottram 2023-12-20 19:11:35 +00:00
parent fff037c948
commit fc5b2d4875
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ def _get_profile_header_after_search(base_dir: str,
if person_notes:
person_notes_html = person_notes.replace('\n', '<br>')
html_str += ' <p><b>' + \
translate['Notes'] + ': ' + \
translate['Notes'].upper() + ': ' + \
person_notes_html + '</b></p>\n'
html_str += \
' </figcaption>\n' + \