diff --git a/webapp/components/AvatarMenu/AvatarMenu.vue b/webapp/components/AvatarMenu/AvatarMenu.vue index 284e33509..977996092 100644 --- a/webapp/components/AvatarMenu/AvatarMenu.vue +++ b/webapp/components/AvatarMenu/AvatarMenu.vue @@ -88,7 +88,7 @@ export default { icon: 'user', }, { - name: this.$t('header.avatarMenu.Groups'), + name: this.$t('header.avatarMenu.groups'), path: '/groups', icon: 'users', }, diff --git a/webapp/locales/de.json b/webapp/locales/de.json index e70a33a1e..7a22de72a 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -513,7 +513,7 @@ "button": { "tooltip": "Mein Profil" }, - "Groups": "Gruppen", + "groups": "Gruppen", "myProfile": "Mein Profil" } }, diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 79e9011fb..d928f1f57 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -513,7 +513,7 @@ "button": { "tooltip": "My profile" }, - "Groups": "Groups", + "groups": "Groups", "myProfile": "My profile" } },