From 762075db5a0f2b148b26b4863c1fdb31f87ced46 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 24 Sep 2024 21:02:11 -0700 Subject: [PATCH] Fix two lingering The Next Wave references (#834) --- frontend/wave.ts | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/wave.ts b/frontend/wave.ts index 1d2db23af..d94bf14b7 100644 --- a/frontend/wave.ts +++ b/frontend/wave.ts @@ -55,7 +55,7 @@ loadFonts(); (window as any).pushFlashError = pushFlashError; (window as any).modalsModel = modalsModel; -document.title = `The Next Wave (${windowId.substring(0, 8)})`; +document.title = `Wave (${windowId.substring(0, 8)})`; document.addEventListener("DOMContentLoaded", async () => { console.log("DOMContentLoaded"); diff --git a/index.html b/index.html index 9c0e2ab0c..9d0cc2941 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - The Next Wave + Wave