diff --git a/webapp/components/Group/GroupButton.vue b/webapp/components/Group/GroupButton.vue index 10275dcca..ee3ca2669 100644 --- a/webapp/components/Group/GroupButton.vue +++ b/webapp/components/Group/GroupButton.vue @@ -6,7 +6,7 @@ circle ghost v-tooltip="{ - content: $t('group.button.tooltip'), + content: $t('header.groups.tooltip'), placement: 'bottom-start', }" /> diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 20d531b98..f49c9e925 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -481,9 +481,6 @@ "addUserNoOptions": "Keine Nutzer gefunden!", "addUserPlaceholder": "Nutzername", "allGroups": "Alle Gruppen", - "button": { - "tooltip": "Gruppen anzeigen" - }, "categories": "Thema ::: Themen", "categoriesTitle": "Themen der Gruppe", "changeMemberRole": "Die Rolle wurde auf „{role}“ geändert!", @@ -583,6 +580,9 @@ "chats": { "tooltip": "Chats" }, + "groups": { + "tooltip": "Gruppen" + }, "notifications": { "tooltip": "Banachrichtigungen" } diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 41352a72f..f244dd2b3 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -481,9 +481,6 @@ "addUserNoOptions": "No users found!", "addUserPlaceholder": "User name", "allGroups": "All Groups", - "button": { - "tooltip": "Show groups" - }, "categories": "Topic ::: Topics", "categoriesTitle": "Topics of the group", "changeMemberRole": "The role has been changed to “{role}”!", @@ -583,6 +580,9 @@ "chats": { "tooltip": "Chats" }, + "groups": { + "tooltip": "Groups" + }, "notifications": { "tooltip": "Notifications" } diff --git a/webapp/locales/es.json b/webapp/locales/es.json index bb1de806c..21954a4e1 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -319,11 +319,15 @@ "header": { "avatarMenu": { "chats": "Chats", + "groups": "Grupos", "notifications": "Notificaciones" }, "chats": { "tooltip": "Chats" }, + "groups": { + "tooltip": "Grupos" + }, "notifications": { "tooltip": "Notificaciones" } diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index b6be97042..2a5c070ca 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -309,11 +309,15 @@ "header": { "avatarMenu": { "chats": "Chats", + "groups": "Groupes", "notifications": "Notifications" }, "chats": { "tooltip": "Chats" }, + "groups": { + "tooltip": "Groupes" + }, "notifications": { "tooltip": "Notifications" } diff --git a/webapp/locales/it.json b/webapp/locales/it.json index 9b7c613db..31e496c45 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -313,11 +313,15 @@ "header": { "avatarMenu": { "chats": "Chat", + "groups": "Gruppi", "notifications": "Notifiche" }, "chats": { "tooltip": "Chat" }, + "groups": { + "tooltip": "Gruppi" + }, "notifications": { "tooltip": "Notifiche" } diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json index 88e616d79..933942e2a 100644 --- a/webapp/locales/nl.json +++ b/webapp/locales/nl.json @@ -96,11 +96,15 @@ "header": { "avatarMenu": { "chats": "Chats", + "groups": "Groepen", "notifications": "Notificaties" }, "chats": { "tooltip": "Chats" }, + "groups": { + "tooltip": "Groepen" + }, "notifications": { "tooltip": "Notificaties" } diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json index d5021f809..bb0fc43df 100644 --- a/webapp/locales/pl.json +++ b/webapp/locales/pl.json @@ -183,11 +183,15 @@ "header": { "avatarMenu": { "chats": "Czaty", + "groups": "Grupy", "notifications": "Powiadomienia" }, "chats": { "tooltip": "Czaty" }, + "groups": { + "tooltip": "Grupy" + }, "notifications": { "tooltip": "Powiadomienia" } diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index 7132b7b76..9a5b80c12 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -351,11 +351,15 @@ "header": { "avatarMenu": { "chats": "Chats", + "groups": "Grupos", "notifications": "Notificações" }, "chats": { "tooltip": "Chats" }, + "groups": { + "tooltip": "Grupos" + }, "notifications": { "tooltip": "Notificações" } diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index 18fbfe12d..08932bd7c 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -330,11 +330,15 @@ "header": { "avatarMenu": { "chats": "Чаты", + "groups": "Группы", "notifications": "Уведомления" }, "chats": { "tooltip": "Чаты" }, + "groups": { + "tooltip": "Группы" + }, "notifications": { "tooltip": "Уведомления" }