add placeholder on textarea

This commit is contained in:
ogerly 2022-08-30 12:54:16 +02:00
parent 8e053773ca
commit ace7beb26b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<b-form-textarea
id="textarea"
v-model="form.text"
placeholder="Enter something..."
:placeholder="$t('contributionLink.memo')"
rows="3"
max-rows="6"
></b-form-textarea>

View File

@ -5,7 +5,7 @@
<b-form-textarea
id="textarea"
v-model="form.text"
placeholder="Enter something..."
:placeholder="$t('form.memo')"
rows="3"
max-rows="6"
></b-form-textarea>