{{ `${formData.name.length} / ${formSchema.name.max}` }}
{{ $t('group.type') }}
{{ `${formData.goal.length} / ${formSchema.goal.min}` }}
{{ $t('group.description') }}
{{ `${descriptionLength} / ${formSchema.description.min}` }}
{{ $t('group.actionRadius') }}
{{ formData.categoryIds.length }} / 3
{{ $t('actions.cancel') }}
{{ update ? $t('group.update') : $t('group.save') }}