fix(tasks): incorrect string for text field

This commit is contained in:
SabreCat 2017-10-15 02:37:11 +00:00
parent a69c0999d3
commit 792f45e9bd

View file

@ -8,7 +8,7 @@
span.cancel-task-btn.mr-2(v-if="purpose !== 'create'", v-once, @click="cancel()") {{ $t('cancel') }}
button.btn.btn-secondary(type="submit", v-once) {{ $t('save') }}
.form-group
label(v-once) {{ `${$t('title')}*` }}
label(v-once) {{ `${$t('text')}*` }}
input.form-control.title-input(type='text', :class="[`${cssClass}-modal-input`]", required, v-model="task.text", autofocus)
.form-group
label(v-once) {{ $t('notes') }}