Clarified whom placeholder text.

This commit is contained in:
neviyn 2018-11-01 10:15:46 +00:00
parent d54db4aa92
commit e7d4683970

View File

@ -34,7 +34,7 @@
<b-row align-h="center"> <b-row align-h="center">
<b-col> <b-col>
<b-form-group label="Who"> <b-form-group label="Who">
<b-form-input :value="whom" @input="setWhom" type="text" placeholder="i.e. shift name, individual names will be entered later" <b-form-input :value="whom" @input="setWhom" type="text" placeholder="i.e. Shift name. Individual names will be entered later."
style="text-align:center;" required></b-form-input> style="text-align:center;" required></b-form-input>
</b-form-group> </b-form-group>
</b-col> </b-col>