diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx
index 573061b..ebc5910 100644
--- a/frontend/src/components/Navbar.tsx
+++ b/frontend/src/components/Navbar.tsx
@@ -54,7 +54,7 @@ export function CustomNavbar() {
diff --git a/frontend/src/locales/de.ts b/frontend/src/locales/de.ts
index f7b9e22..bfd0af4 100644
--- a/frontend/src/locales/de.ts
+++ b/frontend/src/locales/de.ts
@@ -15,7 +15,8 @@ export const de ={
"close": "Schließen",
"delete_user": "Account löschen",
"password": "Passwort",
- "password_invalid": "Passwort falsch"
+ "password_invalid": "Passwort falsch",
+ "logout_all": "Von allen Geräten ausloggen"
},
"recovery": {
"recovery": "Passwort zurücksetzen",
diff --git a/frontend/src/locales/en.ts b/frontend/src/locales/en.ts
index dafc93b..ab4fadb 100644
--- a/frontend/src/locales/en.ts
+++ b/frontend/src/locales/en.ts
@@ -15,7 +15,8 @@ export const en = {
"close": "Close",
"delete_user": "Delete account",
"password": "Password",
- "password_invalid": "Password is wrong"
+ "password_invalid": "Password is wrong",
+ "logout_all": "Logout from all devices"
},
"recovery": {
"recovery": "Password recovery",
diff --git a/frontend/src/pages/user.tsx b/frontend/src/pages/user.tsx
index be49511..c94e700 100644
--- a/frontend/src/pages/user.tsx
+++ b/frontend/src/pages/user.tsx
@@ -249,6 +249,10 @@ export function User() {
+
+