You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//totals_element.innerText = `Totals: ${human_readable_bytes_sent} sent to ?(WIP)? unique requesters from
217
217
// ${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>`;
0 commit comments