mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix locale identifier from 'avatarMenu.Groups' to 'avatarMenu.groups'
This commit is contained in:
parent
4c0469f61a
commit
1a1561ce14
@ -88,7 +88,7 @@ export default {
|
||||
icon: 'user',
|
||||
},
|
||||
{
|
||||
name: this.$t('header.avatarMenu.Groups'),
|
||||
name: this.$t('header.avatarMenu.groups'),
|
||||
path: '/groups',
|
||||
icon: 'users',
|
||||
},
|
||||
|
||||
@ -513,7 +513,7 @@
|
||||
"button": {
|
||||
"tooltip": "Mein Profil"
|
||||
},
|
||||
"Groups": "Gruppen",
|
||||
"groups": "Gruppen",
|
||||
"myProfile": "Mein Profil"
|
||||
}
|
||||
},
|
||||
|
||||
@ -513,7 +513,7 @@
|
||||
"button": {
|
||||
"tooltip": "My profile"
|
||||
},
|
||||
"Groups": "Groups",
|
||||
"groups": "Groups",
|
||||
"myProfile": "My profile"
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user