about summary refs log tree commit diff
path: root/uploader/templates/phenotypes
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-01-29 13:10:14 -0600
committerFrederick Muriuki Muriithi2026-01-29 13:10:14 -0600
commit0deaa3f7f5bc13b8a53b39c9ac55df8fb0f9b3d1 (patch)
treeba4281be8df1affdac8510af46a6f1a764f8fde7 /uploader/templates/phenotypes
parent4d4df1d3d2e7cb45accdbf867b366a45771e80f9 (diff)
downloadgn-uploader-0deaa3f7f5bc13b8a53b39c9ac55df8fb0f9b3d1.tar.gz
Make the "no value" indicator more explicit.
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r--uploader/templates/phenotypes/add-phenotypes-raw-files.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html
index 9784cd1..b1322b2 100644
--- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html
+++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html
@@ -465,7 +465,7 @@
               .map((field) => {
                   var value = field.trim();
                   if(navalues.includes(value)) {
-                      return "⋘NUL⋙";
+                      return "[NO-VALUE]";
                   }
                   return value;
               })