Specialice question input-placeholders

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2020-05-15 14:09:23 +02:00
commit 607f46f4e4
5 changed files with 51 additions and 2 deletions

View file

@ -56,14 +56,20 @@ export default {
component: QuestionShort,
icon: 'icon-answer-short',
label: t('forms', 'Short answer'),
titlePlaceholder: t('forms', 'ShortTitlePlaceholder'),
submitPlaceholder: t('forms', 'Enter a short answer'),
createPlaceholder: t('forms', 'People can enter a short answer'),
},
long: {
component: QuestionLong,
icon: 'icon-answer-long',
label: t('forms', 'Long text'),
titlePlaceholder: t('forms', 'LongTitlePlaceholder'),
submitPlaceholder: t('forms', 'Enter a long text'),
createPlaceholder: t('forms', 'People can enter a long text'),
},
}