You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: core/templates/pages/contributor-dashboard-admin-page/contributor-dashboard-tables/contributor-admin-stats-table.component.html
<iclass="fas fa-info-circle" matTooltip="Performance is calculated based on the review results of the last 100 accepted/rejected contributions."></i>
49
49
</b>
50
50
</th>
51
51
<tdmat-cell*matCellDef="let element">
52
-
<spanclass="mobile-label">Performance
52
+
<spanclass="mobile-label">Recent Performance
53
53
<iclass="fas fa-info-circle" matTooltip="Performance is calculated based on the review results of the last 100 accepted/rejected contributions." #performanceTooltip="matTooltip" (click)="performanceTooltip.toggle()">
54
54
</i>:
55
55
</span>
@@ -60,14 +60,14 @@ <h2>{{ noDataMessage }}</h2>
60
60
<ng-containermatColumnDef="overallAccuracy">
61
61
<thmat-header-cell*matHeaderCellDef>
62
62
<b>
63
-
Accuracy
63
+
Overall Accuracy
64
64
<iclass="fas fa-info-circle"
65
65
matTooltip="Accuracy is based on the ratio of accepted to submitted translations.">
66
66
</i>
67
67
</b>
68
68
</th>
69
69
<tdmat-cell*matCellDef="let element">
70
-
<spanclass="mobile-label">Accuracy
70
+
<spanclass="mobile-label">Overall Accuracy
71
71
<iclass="fas fa-info-circle"
72
72
matTooltip="Accuracy is based on the ratio of accepted to submitted translations." #accuracyTooltip="matTooltip" (click)="accuracyTooltip.toggle()">
0 commit comments