Update webapp/pages/group/edit/_id.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-09-09 13:04:26 +02:00 committed by GitHub
parent 62f57681eb
commit 7cb965e9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ export default {
path: `/group/edit/${this.group.id}`,
},
{
name: 'members',
name: 'Members',
path: `/group/edit/${this.group.id}/members`,
},
]