1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-20 21:39:37 +02:00

Add arrival and departure date labels to localization files

This commit is contained in:
Sean Morley 2025-05-13 12:54:06 -04:00
parent 890332f4b6
commit 9435ccfa5a
12 changed files with 34 additions and 10 deletions

View file

@ -182,6 +182,7 @@
<!-- Dual timezone selectors for transportation -->
<div class="space-y-4">
<div>
<!-- svelte-ignore a11y-label-has-associated-control -->
<label class="text-sm font-medium block mb-1">
{$t('adventures.departure_timezone')}
</label>
@ -189,6 +190,7 @@
</div>
<div>
<!-- svelte-ignore a11y-label-has-associated-control -->
<label class="text-sm font-medium block mb-1">
{$t('adventures.arrival_timezone')}
</label>