From 741534610d4b18eb75fb20b61a8ffc23b20ac8b8 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 31 Mar 2026 16:56:24 -0500 Subject: [PATCH] Change timeline label to 'Propagation Forecast' --- assets/js/propagation_map_hook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/propagation_map_hook.js b/assets/js/propagation_map_hook.js index dc8c9923..5317ed6b 100644 --- a/assets/js/propagation_map_hook.js +++ b/assets/js/propagation_map_hook.js @@ -727,7 +727,7 @@ export const PropagationMap = { this.timelineEl.style.display = "block" this.timelineEl.innerHTML = `
- Forecast + Propagation Forecast ${buttons}
`