Adjust groups header menu

This commit is contained in:
Wolfgang Huß 2022-10-28 21:26:04 +02:00
parent 21fcc094a6
commit 9389c3463f
3 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ export default {
path: '/',
},
{
nameIdent: 'yuniteRebranding.header.myGroups',
path: '/my-groups',
nameIdent: 'yuniteRebranding.header.groups',
path: '/groups',
},
{
nameIdent: 'yuniteRebranding.header.topics',

View File

@ -2,7 +2,7 @@
"yuniteRebranding": {
"header": {
"about": "Über Yunite",
"myGroups": "Gruppen",
"groups": "Gruppen",
"newsFeed": "Beiträge",
"topics": "Themen"
},

View File

@ -2,7 +2,7 @@
"yuniteRebranding": {
"header": {
"about": "About Yunite",
"myGroups": "Groups",
"groups": "Groups",
"newsFeed": "News Feed",
"topics": "Topics"
},