diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-11 18:07:47 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-11 18:07:47 -0400 |
commit | 2a3df38a0e15148b94964f998c873569df8b0656 (patch) | |
tree | 9378b191e862f69dd758175cf11eeaf0039c0c27 | |
parent | b8c4afec789c2953d5a31c70f5793ade4e8bcf03 (diff) |
Rename ID column to be translatable
-rw-r--r-- | app/Template/user/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/user/index.php b/app/Template/user/index.php index 9526b2ec..0b5da17c 100644 --- a/app/Template/user/index.php +++ b/app/Template/user/index.php @@ -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> |