mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Rename "watched" to "played" on user/library pages
This commit is contained in:
parent
d4eed9f8fd
commit
2cfbf7c39a
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ DOCUMENTATION :: END
|
|||
</li>
|
||||
</ul>
|
||||
<div class="header-bar">
|
||||
<span><i class="fa fa-history"></i> Recently Watched</span>
|
||||
<span><i class="fa fa-history"></i> Recently Played</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-card-back">
|
||||
|
|
|
@ -121,7 +121,7 @@ from plexpy import helpers
|
|||
</li>
|
||||
</ul>
|
||||
<div class="header-bar">
|
||||
<span><i class="fa fa-history"></i> Recently Watched</span>
|
||||
<span><i class="fa fa-history"></i> Recently Played</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-card-back">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue