fixed minor string omission
This commit is contained in:
parent
91c37bbb76
commit
0f0d37b85c
|
@ -4,7 +4,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php echo $l->t( 'Name' ); ?></th>
|
<th><?php echo $l->t( 'Name' ); ?></th>
|
||||||
<th>Groups</th>
|
<th><?php echo $l->t( 'Groups' ); ?></th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Reference in New Issue