diff --git a/src/util/motd.ts b/src/util/motd.ts index a47fe74..1e73601 100644 --- a/src/util/motd.ts +++ b/src/util/motd.ts @@ -1,3 +1,3 @@ export function getMOTD() { - return "This site is loud!"; + return "This site makes a lot of sound! You may want to adjust the volume before continuing."; }