mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Rename column header to "Total Played Duration"
This commit is contained in:
parent
58712a2d05
commit
a6fd7b581f
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
<th align="left" id="last_accessed">Last Accessed</th>
|
||||
<th align="left" id="last_played">Last Played</th>
|
||||
<th align="left" id="total_plays">Total Plays</th>
|
||||
<th align="left" id="total_duration">Total Duration</th>
|
||||
<th align="left" id="total_duration">Total Played Duration</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<th align="left" id="last_player">Last Player</th>
|
||||
<th align="left" id="last_played">Last Played</th>
|
||||
<th align="left" id="total_plays">Total Plays</th>
|
||||
<th align="left" id="total_duration">Total Duration</th>
|
||||
<th align="left" id="total_duration">Total Played Duration</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue