From 9b97608a24a81e64eb98f4f82367de6ebb63df28 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 5 Aug 2022 15:49:37 +0200 Subject: [PATCH 1/3] remove required from form.memo --- frontend/src/components/Contributions/ContributionForm.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index d0de061d3..d79a19a09 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -31,7 +31,6 @@ {{ error }} From fd2875b20147a9ac18aa500557de2267b49a20ae Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 5 Aug 2022 17:56:54 +0200 Subject: [PATCH 2/3] add asteriks to mandatory field --- .../src/components/Contributions/ContributionForm.vue | 9 ++++++--- frontend/src/locales/de.json | 5 ++++- frontend/src/locales/en.json | 5 ++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index d79a19a09..53610ca6b 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -13,7 +13,7 @@ - + - + {{ error }} - + +

{{ $t('math.asterisk') }} {{ $t('form.mandatoryField') }}