From 05479f57e27cd811af2f814ca80a4cf67c709e87 Mon Sep 17 00:00:00 2001 From: Kam Dahlquist Date: Tue, 23 Jun 2026 14:21:32 -0700 Subject: [PATCH] edit warning for test file t in #1561 --- server/controllers/workbook-constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/controllers/workbook-constants.js b/server/controllers/workbook-constants.js index a4f01bd4..de6483c4 100644 --- a/server/controllers/workbook-constants.js +++ b/server/controllers/workbook-constants.js @@ -458,9 +458,9 @@ module.exports = { errorDescription: prefix ? [ `GRNsight has detected that there are extra genes in the imported workbook's '${sheetName}' sheet.`, - `The genes in the ${sheetName} sheet should match the genes `, - "in the 'network' sheet when outputted from the GRNmap,", - "but will not affect the display of the graph in GRNsight.", + `GRNsight is checking because the genes in the '${sheetName}' sheet should have matched the genes `, + "in the 'network' sheet from the GRNmap output,", + "but this will not affect the display of the graph in GRNsight.", `The extra genes are: ${extraGenes}.`, ].join(" ") : [