diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 1e12c3a9e..32d26ad2c 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -46,14 +46,18 @@ :disabled="loading" ghost @click.prevent="$router.back()" - >{{ $t('actions.cancel') }} + > + {{ $t('actions.cancel') }} + {{ $t('actions.save') }} + > + {{ $t('actions.save') }} +