🌎 i18n in ImportRunnerModal headers

ref #13
This commit is contained in:
Philipp Dormann 2021-01-20 17:33:10 +01:00
parent 822759a688
commit e34c91b2cc

View File

@ -145,22 +145,22 @@
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Vorname
{$_('csv_import__firstname')}
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Middlename
{$_('csv_import__middlename')}
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Lastname
{$_('csv_import__lastname')}
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Team
{$_('csv_import__team')}
</th>
</tr>
</thead>