Skip to content

Commit

Permalink
Users first and last names not showing correctly #340
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Jan 2, 2024
1 parent 787b538 commit bcfe700
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions root/dynamic/templates/administration/index.tt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<table id="user-table" cellpadding="0" cellspacing="0" border="0" class="table table-striped table-bordered">
<thead>
<th>[% c.loc("Username") %]</th>
<th>[% c.loc("Lastname") %]</th>
<th>[% c.loc("Firstname") %]</th>
<th>[% c.loc("First name") %]</th>
<th>[% c.loc("Last name") %]</th>
<th>[% c.loc("Category") %]</th>
<th>[% c.loc("Daily minutes") %]</th>
<th>[% c.loc("Session minutes") %]</th>
Expand Down Expand Up @@ -146,8 +146,8 @@
<th>[% c.loc("Type") %]</th>
<th>[% c.loc("Session status") %]</th>
<th>[% c.loc("Username") %]</th>
<th>[% c.loc("Lastname") %] </th>
<th>[% c.loc("Firstname") %] </th>
<th>[% c.loc("First name") %] </th>
<th>[% c.loc("Last name") %] </th>
<th>[% c.loc("Category") %]</th>
<th>[% c.loc("Daily minutes") %]</th>
<th>[% c.loc("Session minutes") %]</th>
Expand Down

0 comments on commit bcfe700

Please sign in to comment.