From 0deaa3f7f5bc13b8a53b39c9ac55df8fb0f9b3d1 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 29 Jan 2026 13:10:14 -0600 Subject: Make the "no value" indicator more explicit. --- uploader/templates/phenotypes/add-phenotypes-raw-files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }) -- cgit 1.4.1