diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index 0b4cb3611..12714268e 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -74,15 +74,11 @@ - {{ id === null ? $t('contribution.submit') : $t('form.edit') }} + {{ value.id ? $t('form.edit') : $t('contribution.submit') }} - {{ typeof this.$store.state.creation[2] }}, {{ typeof this.form.amount }}, - {{ typeof maxGddThisMonth }}({{ maxGddThisMonth }}) -
- {{ isThisMonth }}