Rename ID column to be translatable

This commit is contained in:
Frederic Guillot 2016-04-11 18:07:47 -04:00
parent b8c4afec78
commit 2a3df38a0e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<?php else: ?>
<table class="table-stripped">
<tr>
<th class="column-5"><?= $paginator->order(t('ID'), 'id') ?></th>
<th class="column-5"><?= $paginator->order(t('Id'), 'id') ?></th>
<th class="column-18"><?= $paginator->order(t('Username'), 'username') ?></th>
<th class="column-18"><?= $paginator->order(t('Name'), 'name') ?></th>
<th class="column-15"><?= $paginator->order(t('Email'), 'email') ?></th>