Specialice question input-placeholders
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
parent
9184cb4480
commit
607f46f4e4
5 changed files with 51 additions and 2 deletions
|
|
@ -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'),
|
||||
},
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue