From 2b81976dee68a53473d2d4410a79e0dfe7f7bd49 Mon Sep 17 00:00:00 2001
From: AndiMajore <andi.majore@googlemail.com>
Date: Fri, 10 Mar 2023 10:16:42 +0100
Subject: [PATCH] fixed small typo in legend

---
 .../network/network-legend/network-legend.component.html        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/components/network/network-legend/network-legend.component.html b/src/app/components/network/network-legend/network-legend.component.html
index fde2298f..b30901e6 100644
--- a/src/app/components/network/network-legend/network-legend.component.html
+++ b/src/app/components/network/network-legend/network-legend.component.html
@@ -8,7 +8,7 @@
 
   <table *ngIf="!config.legendUrl.length" class="legend-table">
     <ng-container *ngIf="config.showLegendNodes">
-        <td colspan="2" *ngIf="networkHandler.activeNetwork.nodeGroupsWithExpression.size >0"><i>Pie charts represent tissue normalized
+        <td colspan="2" *ngIf="networkHandler.activeNetwork.nodeGroupsWithExpression.size >0"><i>Pie charts represent tissue-normalized
           median TPM, provided by GTEx</i></td>
       <ng-container *ngFor="let nodeGroup of config.nodeGroups | keyvalue">
         <tr
-- 
GitLab