diff --git a/webapp/components/Group/GroupForm.vue b/webapp/components/Group/GroupForm.vue
index 380e1d4b2..516e0895f 100644
--- a/webapp/components/Group/GroupForm.vue
+++ b/webapp/components/Group/GroupForm.vue
@@ -7,18 +7,21 @@
:schema="formSchema"
@submit="submit"
>
+
-
+
+
+
@@ -31,29 +34,37 @@
icon="user"
:placeholder="$t('group.type') + ' …'"
> -->
-
- {{ $t('group.type') }}
-
-
-
+
+
+ {{ $t('group.type') }}
+
+
+
+
-
+
+
+
+
+
+ {{ $t('group.description') }}
+
+
@@ -79,9 +91,9 @@
{{ $t('group.actionRadius') }}
-
+
+
+
+
@@ -167,8 +182,17 @@ export default {
categoriesActive: this.$env.CATEGORIES_ACTIVE,
disabled: false,
descriptionMin: 50,
- groupTypeOptions: ['public', 'closed', 'hidden'],
- actionRadiusOptions: ['regional', 'national', 'continental', 'global'],
+ groupTypeOptions: [
+ 'public',
+ 'closed',
+ 'hidden'
+ ],
+ actionRadiusOptions: [
+ 'regional',
+ 'national',
+ 'continental',
+ 'global'
+ ],
loadingGeo: false,
cities: [],
formData: {
@@ -317,16 +341,12 @@ export default {