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:
parent
890332f4b6
commit
9435ccfa5a
12 changed files with 34 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue