Fix locale identifier from 'avatarMenu.Groups' to 'avatarMenu.groups'

This commit is contained in:
Wolfgang Huß 2023-03-23 07:55:10 +01:00
parent 4c0469f61a
commit 1a1561ce14
3 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ export default {
icon: 'user',
},
{
name: this.$t('header.avatarMenu.Groups'),
name: this.$t('header.avatarMenu.groups'),
path: '/groups',
icon: 'users',
},

View File

@ -513,7 +513,7 @@
"button": {
"tooltip": "Mein Profil"
},
"Groups": "Gruppen",
"groups": "Gruppen",
"myProfile": "Mein Profil"
}
},

View File

@ -513,7 +513,7 @@
"button": {
"tooltip": "My profile"
},
"Groups": "Groups",
"groups": "Groups",
"myProfile": "My profile"
}
},