diff --git a/webapp_post.py b/webapp_post.py
index f0008953b..5541d8d0d 100644
--- a/webapp_post.py
+++ b/webapp_post.py
@@ -3219,7 +3219,11 @@ def individual_post_as_html(signing_priv_key_pem: str,
event_category = '
' + category_text + ': ' + \
category_str + '\n'
if time_span_str:
- time_span_str = '
' + time_span_str
+ time_text = 'Time'
+ if translate.get('Time'):
+ time_text = translate['Time']
+ time_span_str = \
+ '
' + time_text + ': ' + time_span_str
map_addr_str = ''
if '
' + locn_text + ': ' + \ location_str + '
\n' if time_span_str: - map_str += '' + time_span_str + '
\n' + time_text = 'Time' + if translate.get('Time'): + time_text = translate['Time'] + map_str += '' + time_text + ': ' + time_span_str + '
\n' if not map_str and not location_str: if category_str: @@ -3287,7 +3294,10 @@ def individual_post_as_html(signing_priv_key_pem: str, map_str += '' + category_text + ': ' + \ category_str + '
\n' if time_span_str: - map_str += '' + time_span_str + '
\n' + time_text = 'Time' + if translate.get('Time'): + time_text = translate['Time'] + map_str += '' + time_text + ': ' + time_span_str + '
\n' if is_muted: content_str = ''