mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-11 12:18:08 +00:00
Continued attempt to translate form #2540
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
type="date"
|
||||
class="form-control"
|
||||
name="date[]"
|
||||
title="Date"
|
||||
v-bind:title="$t('firefly.date')"
|
||||
ref="date"
|
||||
autocomplete="off"
|
||||
:disabled="index > 0"
|
||||
placeholder="Date"
|
||||
v-bind:placeholder="$t('firefly.date')"
|
||||
:value="value" @input="handleInput"
|
||||
>
|
||||
<ul class="list-unstyled" v-for="error in this.error">
|
||||
|
||||
Reference in New Issue
Block a user