We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1362fb + 4ee80a8 commit 5e9deb7Copy full SHA for 5e9deb7
src/app/components/transcript-modal/transcript-modal.component.html
@@ -53,7 +53,7 @@ <h1 mat-dialog-title>{{ BrowseService.getFullName(transcript) }}</h1>
53
</ng-container>
54
55
<ng-container matColumnDef="psi">
56
- <th *matHeaderCellDef mat-header-cell>Psivec</th>
+ <th *matHeaderCellDef mat-header-cell>Psi value</th>
57
<td *matCellDef="let asEntry" mat-cell>
58
{{ asEntry.psi | async }}
59
</td>
0 commit comments