From 1e7ddfd6b0e4c044c3b1a0e04e4d8e96d19018c2 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Tue, 28 Nov 2023 14:53:32 +0000 Subject: [PATCH] update --- taxonium_component/src/utils/processNextstrain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxonium_component/src/utils/processNextstrain.js b/taxonium_component/src/utils/processNextstrain.js index 5c432745..84c74100 100644 --- a/taxonium_component/src/utils/processNextstrain.js +++ b/taxonium_component/src/utils/processNextstrain.js @@ -424,7 +424,7 @@ async function json_to_tree(json) { json.meta.data_provenance.map((source) => source.name).join(" & "); } - config.overlay = `

This is a tree generated from a Nextstrain JSON file, being visualised in Taxonium.

.`; + config.overlay = `

This is a tree extracted from a Nextstrain JSON file, being visualised in Taxonium.

.`; if (json.meta && json.meta.updated) { config.source = config.source + "a tree built on " + json.meta.updated;