about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzsloan2022-05-19 20:53:39 +0000
committerzsloan2022-05-19 20:53:39 +0000
commita6e196e3c1f9af17d4f879a722d1c5f61b4d41ab (patch)
tree327b19d354083b981ece02b98a003dd4afeed1fe
parentf0b40c40f275383609b2aaaf66a718daf138353a (diff)
downloadgenenetwork2-a6e196e3c1f9af17d4f879a722d1c5f61b4d41ab.tar.gz
Change Pca to PCA
-rw-r--r--wqflask/wqflask/templates/pca_scree_plot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html
index 11bfebff..a9a6e761 100644
--- a/wqflask/wqflask/templates/pca_scree_plot.html
+++ b/wqflask/wqflask/templates/pca_scree_plot.html
@@ -23,7 +23,7 @@ let { x_coord, y_coord } = js_data["scree_data"]
 const layout = {
 
     title: {
-        text: "<b>Pca Scree Plot</b>",
+        text: "<b>PCA Scree Plot</b>",
         font: {
             "size": 24,
             "family": "Arial",