diff --git a/translations/cy.json b/translations/cy.json
index 02e72881..4bf4849c 100644
--- a/translations/cy.json
+++ b/translations/cy.json
@@ -164,5 +164,6 @@
"October": "October",
"November": "November",
"December": "December",
- "Only people I follow can send me DMs": "Only people I follow can send me DMs"
+ "Only people I follow can send me DMs": "Only people I follow can send me DMs",
+ "Logout": "Logout"
}
diff --git a/translations/de.json b/translations/de.json
index 4c2322bb..31c52ba9 100644
--- a/translations/de.json
+++ b/translations/de.json
@@ -164,5 +164,6 @@
"October": "October",
"November": "November",
"December": "December",
- "Only people I follow can send me DMs": "Only people I follow can send me DMs"
+ "Only people I follow can send me DMs": "Only people I follow can send me DMs",
+ "Logout": "Logout"
}
diff --git a/translations/en.json b/translations/en.json
index e7802ec7..dbff141a 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -164,5 +164,6 @@
"October": "October",
"November": "November",
"December": "December",
- "Only people I follow can send me DMs": "Only people I follow can send me DMs"
+ "Only people I follow can send me DMs": "Only people I follow can send me DMs",
+ "Logout": "Logout"
}
diff --git a/translations/es.json b/translations/es.json
index 5cfd3de3..6caa76a4 100644
--- a/translations/es.json
+++ b/translations/es.json
@@ -164,5 +164,6 @@
"October": "October",
"November": "November",
"December": "December",
- "Only people I follow can send me DMs": "Only people I follow can send me DMs"
+ "Only people I follow can send me DMs": "Only people I follow can send me DMs",
+ "Logout": "Logout"
}
diff --git a/translations/fr.json b/translations/fr.json
index aeda2905..ba80d2a4 100644
--- a/translations/fr.json
+++ b/translations/fr.json
@@ -164,5 +164,6 @@
"October": "October",
"November": "November",
"December": "December",
- "Only people I follow can send me DMs": "Only people I follow can send me DMs"
+ "Only people I follow can send me DMs": "Only people I follow can send me DMs",
+ "Logout": "Logout"
}
diff --git a/translations/ga.json b/translations/ga.json
index 308834eb..fa8208c6 100644
--- a/translations/ga.json
+++ b/translations/ga.json
@@ -164,5 +164,6 @@
"October": "October",
"November": "November",
"December": "December",
- "Only people I follow can send me DMs": "Only people I follow can send me DMs"
+ "Only people I follow can send me DMs": "Only people I follow can send me DMs",
+ "Logout": "Logout"
}
diff --git a/translations/it.json b/translations/it.json
index 8ff0e5ce..fcc65a99 100644
--- a/translations/it.json
+++ b/translations/it.json
@@ -164,5 +164,6 @@
"October": "October",
"November": "November",
"December": "December",
- "Only people I follow can send me DMs": "Only people I follow can send me DMs"
+ "Only people I follow can send me DMs": "Only people I follow can send me DMs",
+ "Logout": "Logout"
}
diff --git a/webinterface.py b/webinterface.py
index e53c4728..1d499db4 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -1223,6 +1223,7 @@ def htmlProfile(translate: {},projectVersion: str, \
loginButton=' '
else:
editProfileStr=''
+ logoutStr=''
linkToTimelineStart=''
linkToTimelineEnd=''
# are there any follow requests?
@@ -1291,7 +1292,7 @@ def htmlProfile(translate: {},projectVersion: str, \
' ' \
' ' \
' '+ \
- editProfileStr+ \
+ editProfileStr+logoutStr+ \
' ' \
''