diff --git a/src/routes/heatmaps/+page.svelte b/src/routes/heatmaps/+page.svelte index 377d45b5..43c01b80 100644 --- a/src/routes/heatmaps/+page.svelte +++ b/src/routes/heatmaps/+page.svelte @@ -373,8 +373,8 @@ $: {
- Today, took the lead as the {displayIndex} largest loser, marking a total return of {lowestSum?.toFixed(2)}%, - while surged ahead as the top performer with an impressive return of {highestSum?.toFixed(2)}%. + Today, took the lead as the {displayIndex} largest loser, marking a cumulative return of {lowestSum?.toFixed(2)}%, + while surged ahead as the top performer with an impressive cumulative return of {highestSum?.toFixed(2)}%.