diff --git a/webapp/locales/de.json b/webapp/locales/de.json
index b3d53908c..9f2cb08b2 100644
--- a/webapp/locales/de.json
+++ b/webapp/locales/de.json
@@ -77,6 +77,12 @@
}
}
},
+ "chat": {
+ "userProfileButton": {
+ "label": "Chat",
+ "tooltip": "Chatte mit diesem Nutzer"
+ }
+ },
"client-only": {
"loading": "Lade …"
},
diff --git a/webapp/locales/en.json b/webapp/locales/en.json
index 23bd81ca8..f73909db5 100644
--- a/webapp/locales/en.json
+++ b/webapp/locales/en.json
@@ -77,6 +77,12 @@
}
}
},
+ "chat": {
+ "userProfileButton": {
+ "label": "Chat",
+ "tooltip": "Chat with the user"
+ }
+ },
"client-only": {
"loading": "Loading …"
},
@@ -694,10 +700,6 @@
"unread": "Unread"
},
"group": "Description",
- "headerMenuButton": {
- "chat": "My Chat",
- "tooltip": "My notifications"
- },
"markAllAsRead": "Mark all as read",
"pageLink": "All notifications",
"post": "Post or Group",
diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue
index 62d2f1be7..60c503ad7 100644
--- a/webapp/pages/profile/_id/_slug.vue
+++ b/webapp/pages/profile/_id/_slug.vue
@@ -80,13 +80,14 @@
@update="updateFollow"
/>
-
+ {{ $t('chat.userProfileButton.label') }}
diff --git a/webapp/static/img/empty/chat-bubble.svg b/webapp/static/img/empty/chat-bubble.svg
deleted file mode 100644
index b840e9c37..000000000
--- a/webapp/static/img/empty/chat-bubble.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file