Skip to content

Commit 8211aca

Browse files
authored
Update plots.js (#23)
1 parent a0d2135 commit 8211aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function update_totals(dandiset_id) {
215215
const human_readable_bytes_sent = format_bytes(totals.total_bytes_sent);
216216
//totals_element.innerText = `Totals: ${human_readable_bytes_sent} sent to ?(WIP)? unique requesters from
217217
// ${totals.number_of_unique_regions} regions of ${totals.number_of_unique_countries} countries.`;
218-
totals_element.innerHTML = `A total of ${human_readable_bytes_sent} was sent from ${totals.number_of_unique_regions} regions across ${totals.number_of_unique_countries} countries. <sup>*</sup>`;
218+
totals_element.innerHTML = `A total of ${human_readable_bytes_sent} was sent to ${totals.number_of_unique_regions} regions across ${totals.number_of_unique_countries} countries. <sup>*</sup>`;
219219

220220
// Add the footnote
221221
const footnote = document.createElement("div");

0 commit comments

Comments
 (0)