From fd62a0382036f9eddcfdeae7d34134a334bdba2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 9 Mar 2023 18:06:14 +0100 Subject: [PATCH] Add hint text to create and edit a post of a group --- .../ContributionForm/ContributionForm.vue | 59 ++++++++++++++----- webapp/locales/de.json | 3 +- webapp/locales/en.json | 3 +- webapp/pages/post/create.vue | 2 +- webapp/pages/post/edit/_id.vue | 2 +- 5 files changed, 51 insertions(+), 18 deletions(-) diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 0428b2e23..5757d72b5 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -41,7 +41,7 @@ {{ formData.title.length }}/{{ formSchema.title.max }} - -
- - {{ $t('actions.cancel') }} - - - {{ $t('actions.save') }} - -
+ + + + + + + + + + {{ $t('actions.cancel') }} + + + + + {{ $t('actions.save') }} + + + @@ -80,7 +99,7 @@