Skip to content

Commit 5e9deb7

Browse files
authored
Merge pull request #114 from daisybio/113-rename-psivec-to-psi-value-in-alternative-splicing-tab-when-clicking-on-a-transcript
Rename psivec to psi value
2 parents f1362fb + 4ee80a8 commit 5e9deb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/transcript-modal/transcript-modal.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1 mat-dialog-title>{{ BrowseService.getFullName(transcript) }}</h1>
5353
</ng-container>
5454

5555
<ng-container matColumnDef="psi">
56-
<th *matHeaderCellDef mat-header-cell>Psivec</th>
56+
<th *matHeaderCellDef mat-header-cell>Psi value</th>
5757
<td *matCellDef="let asEntry" mat-cell>
5858
{{ asEntry.psi | async }}
5959
</td>

0 commit comments

Comments
 (0)