From 62f57681eb878880fd0b14fa1b61099432c51c0e Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 9 Sep 2022 13:04:15 +0200 Subject: [PATCH] Update webapp/pages/group/edit/_id.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wolfgang Huß --- webapp/pages/group/edit/_id.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/pages/group/edit/_id.vue b/webapp/pages/group/edit/_id.vue index ca5f25415..bf27b3c88 100644 --- a/webapp/pages/group/edit/_id.vue +++ b/webapp/pages/group/edit/_id.vue @@ -26,7 +26,7 @@ export default { routes() { return [ { - name: 'formular', + name: 'General', path: `/group/edit/${this.group.id}`, }, {