about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-26 10:01:55 -0500
committerFrederick Muriuki Muriithi2025-03-26 10:01:55 -0500
commit4285e2a16a8e2bf4e82e89cfd529d8fba573aee2 (patch)
tree838a8faf7ee3d02b102168b7377ad53080234e99
parent7265c208d71e9eeba3e7146b11b2c890377aedfb (diff)
downloadgn-uploader-4285e2a16a8e2bf4e82e89cfd529d8fba573aee2.tar.gz
Update comment text.
-rw-r--r--uploader/phenotypes/views.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py
index 430a3fb..339ef3d 100644
--- a/uploader/phenotypes/views.py
+++ b/uploader/phenotypes/views.py
@@ -900,9 +900,9 @@ def edit_download_phenotype_data(# pylint: disable=[unused-argument]
             filename = Path(tmpdir).joinpath("tempfile.tsv")
             with open(filename, mode="w") as outfile:
                 outfile.write(
-                    "# **DO NOT** delete the 'UniqueIdentifier' field. It is used "
-                    "by the system to identify and edit the correct row(s) in the "
-                    "database.\n")
+                    "# **DO NOT** delete the 'UniqueIdentifier' row. It is used "
+                    "by the system to identify and edit the correct rows and "
+                    "columns in the database.\n")
                 outfile.write(
                     "# The '…_description' fields are useful for you to figure out "
                     "what row you are working on. Changing any of this fields will "