@@ -251,10 +251,10 @@
|
||||
<th class="px-4 py-3 title-font tracking-wider font-medium">Name</th>
|
||||
<th
|
||||
class="px-4 py-3 title-font tracking-wider font-medium"
|
||||
>Amount per distance (in €)</th>
|
||||
>{{ $t('amount_per_kilometer_in_eur') }}</th>
|
||||
<th
|
||||
class="px-4 py-3 title-font tracking-wider font-medium"
|
||||
>Current total amount (in €)</th>
|
||||
>{{ $t('current_total_amount_in_eur') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="text-gray-900 dark:text-gray-50">
|
||||
@@ -287,9 +287,9 @@
|
||||
<img
|
||||
src="../assets/empty_laps.svg"
|
||||
style="height:25rem; margin:0 auto;"
|
||||
:alt="[[$t('no_laps_scans_were_recorded_yet')]]"
|
||||
:alt="[[$t('no_sponsorings_for_you_were_recorded_yet')]]"
|
||||
/>
|
||||
No sponsorings for you were recorded yet...
|
||||
{{ $t('no_sponsorings_for_you_were_recorded_yet') }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user