diff --git a/webinterface.py b/webinterface.py
index 8b6f46e30..82ae44427 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -6712,23 +6712,20 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
eventsButtonStr = ''
if not minimal:
sharesButtonStr = \
- ' ' + \
'\n'
+ ''
bookmarksButtonStr = \
- ' ' + \
'\n'
+ ''
eventsButtonStr = \
- ' ' + \
'\n'
+ ''
tlStr = htmlHeader(cssFilename, profileStyle)
@@ -6741,7 +6738,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
if boxName == 'dm':
if not iconsAsButtons:
newPostButtonStr = \
- ' ' + \
'\n'
+ translate['Post'] + ' '
elif boxName == 'tlblogs' or boxName == 'tlnews':
if not iconsAsButtons:
newPostButtonStr = \
- ' ' + \
'\n'
+ translate['Post'] + ''
elif boxName == 'tlevents':
if not iconsAsButtons:
newPostButtonStr = \
- ' ' + \
'\n'
+ translate['Post'] + ''
else:
if not manuallyApproveFollowers:
if not iconsAsButtons:
newPostButtonStr = \
- ' ' + \
'\n'
+ translate['Post'] + ''
else:
if not iconsAsButtons:
newPostButtonStr = \
- ' ' + \
'\n'
+ translate['Post'] + ''
# This creates a link to the profile page when viewed
# in lynx, but should be invisible in a graphical web browser
tlStr += \