fix: tests
This commit is contained in:
parent
5a7bcf32ea
commit
27980cf7c7
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
<ul v-else class="flex-col">
|
||||
<li>
|
||||
<p class="info"><i class="material-icons">not_interested</i> {{ $t("empty") }}</p>
|
||||
<p class="info">{{ $t("empty") }}</p>
|
||||
</li>
|
||||
</ul>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<input
|
||||
:aria-label="$t('nn')"
|
||||
:aria-label="$t('duration')"
|
||||
type="text"
|
||||
readonly
|
||||
:value="entry.duration"
|
||||
|
|
|
|||
Loading…
Reference in a new issue