summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleDialog.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/GroupModuleDialog.vue')
-rw-r--r--webapp/src/components/GroupModuleDialog.vue10
1 files changed, 7 insertions, 3 deletions
diff --git a/webapp/src/components/GroupModuleDialog.vue b/webapp/src/components/GroupModuleDialog.vue
index 67cf2c9..7c0905d 100644
--- a/webapp/src/components/GroupModuleDialog.vue
+++ b/webapp/src/components/GroupModuleDialog.vue
@@ -19,7 +19,9 @@
"group": "Permanently delete group | Permanently delete groups",
"client": "Permanently delete client | Permanently delete clients"
},
- "new": "New"
+ "new": "New",
+ "id": "ID",
+ "name": "Name"
},
"de": {
"title": {
@@ -40,7 +42,9 @@
"group": "Gruppe dauerhaft löschen | Gruppen dauerhaft löschen",
"client": "Client dauerhaft löschen | Clienten dauerhaft löschen"
},
- "new": "Neu"
+ "new": "Neu",
+ "id": "ID",
+ "name": "Name"
}
}
</i18n>
@@ -49,7 +53,7 @@
<v-dialog
:value="dialog.show"
@input="setDialog({ show: $event })"
- :max-width="action === 'add' ? '700px' : '500px'"
+ :max-width="action === 'add' ? '1000px' : '500px'"
scrollable
:persistent="action === 'add'"
>