fix: update label for excluded dates input in TicketLackFilter component

This commit is contained in:
Javier Segarra 2025-04-17 20:16:20 +02:00
parent f15865ee42
commit 8e47a4134d
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ const setUserParams = (params) => {
<VnInputDate
v-model="params.excludedDates"
filled
:label="t('negative.x')"
:label="t('negative.excludedDates')"
:multiple="true"
>
</VnInputDate>