Added missing translation keys

ref #79
This commit is contained in:
2021-02-25 16:07:48 +01:00
parent d4d847059a
commit c96a21cf99
4 changed files with 20 additions and 15 deletions

View File

@@ -46,22 +46,22 @@
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Donor
{$_('donor')}
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Target
{$_('runner')}
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Amount per Distance
{$_('amount-per-kilometer')}
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
{$_('total-donation-amount')}
{$_('donation-amount')}
</th>
<th scope="col" class="relative px-6 py-3">
<span class="sr-only">{$_('action')}</span>
@@ -116,7 +116,7 @@
</div>
{:else}
<div class="text-sm font-medium text-gray-900">
Fixed Donation
{$_('fixed-donation')}
</div>
{/if}
</td>
@@ -129,7 +129,7 @@
</div>
{:else}
<div class="text-sm font-medium text-gray-900">
Fixed Donation
{$_('fixed-donation')}
</div>
{/if}
</td>