Clarify tv watched progress tooltip

This commit is contained in:
sephrat 2023-05-17 09:32:56 +02:00
commit 592139ccdd
2 changed files with 2 additions and 1 deletions

View file

@ -65,7 +65,7 @@
mat-header-cell mat-header-cell
*matHeaderCellDef *matHeaderCellDef
disableClear disableClear
matTooltip="{{ 'Requests.WatchedTooltip' | translate}}"> matTooltip="{{ 'Requests.WatchedProgressTooltip' | translate}}">
{{ 'Requests.Watched' | translate}} {{ 'Requests.Watched' | translate}}
</th> </th>
<td mat-cell id="requestedUserPlayedProgress{{element.id}}" *matCellDef="let element"> <td mat-cell id="requestedUserPlayedProgress{{element.id}}" *matCellDef="let element">

View file

@ -161,6 +161,7 @@
"RequestStatus": "Request status", "RequestStatus": "Request status",
"Watched": "Watched", "Watched": "Watched",
"WatchedTooltip": "The user who made the request has watched it", "WatchedTooltip": "The user who made the request has watched it",
"WatchedProgressTooltip": "Shows how much the user who made the request has watched it",
"WatchedByUsersCount": "{{count}} users have watched this.", "WatchedByUsersCount": "{{count}} users have watched this.",
"Denied": " Denied:", "Denied": " Denied:",
"TheatricalRelease": "Theatrical Release: {{date}}", "TheatricalRelease": "Theatrical Release: {{date}}",