Skip to content

Commit

Permalink
Change the column name to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaff committed Dec 14, 2014
1 parent 87530bf commit c66facc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Users/index.ctp
Expand Up @@ -17,7 +17,7 @@
<th>#</th>
<th><?php echo __('Username') ?></th>
<th><?php echo __('Role') ?></th>
<th>#</th>
<th>Admin</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit c66facc

Please sign in to comment.