fix: refs #8004 update label for daysOnward in TravelFilter component and add translations

This commit is contained in:
Pablo Natek 2024-12-16 09:52:40 +01:00
parent ff69bf6d57
commit fb8997b3df
1 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,7 @@ defineExpose({ states });
is-outlined
/>
<VnInput
:label="t('travel.travelList.tableVisibleColumns.daysOnward')"
:label="t('travel.daysOnward')"
v-model="params.daysOnward"
lazy-rules
is-outlined
@ -148,6 +148,7 @@ en:
landed: Landed
landingHour: Landing Hour
totalEntries: Σ
daysOnward: Days Onward
es:
travel:
Id: Id
@ -160,4 +161,5 @@ es:
landed: F.Entrega
landingHour: Hora de entrega
totalEntries: Σ
daysOnward: Días en adelante
</i18n>