mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
fix(tasks): incorrect string for text field
This commit is contained in:
parent
a69c0999d3
commit
792f45e9bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue