From a42cc6de62f7e22d7cea6a3395149a20316a4aeb Mon Sep 17 00:00:00 2001 From: vickydotbat Date: Sat, 11 Jul 2026 16:16:48 +0200 Subject: [PATCH] p3 clarify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Home, news section — the one section used three names for the same thing: eyebrow "From the Watch", heading "Latest News", link "All Dispatches →". The nav and footer both call it "News", so the functional link is now "All News →". The eyebrow keeps the flavor. 2. Home, status bar — "PEAKED 32 TODAY" read as odd grammar; now "PEAK TODAY: 32". 3. Banned email preheader — "Your account status has changed" was vaguer than the email itself, which plainly says you were banned and why. The inbox preview now says "Your Shadows Over Westgate account has been banned" so it isn't misleading. --- custom_pages/westgate-pages/home.html | 4 ++-- languages/en-GB/email.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_pages/westgate-pages/home.html b/custom_pages/westgate-pages/home.html index e235847..d7b673f 100644 --- a/custom_pages/westgate-pages/home.html +++ b/custom_pages/westgate-pages/home.html @@ -175,7 +175,7 @@
-
14 souls online
PEAKED 32 TODAY
+
14 souls online
PEAK TODAY: 32
Direct Connect
@@ -217,7 +217,7 @@ From the Watch

Latest News

- All Dispatches → + All News →
diff --git a/languages/en-GB/email.json b/languages/en-GB/email.json index 9eb4142..b8ca204 100644 --- a/languages/en-GB/email.json +++ b/languages/en-GB/email.json @@ -5,7 +5,7 @@ "reset_notify.preheader": "Your Shadows Over Westgate password was changed", "registration_accepted.preheader": "Your Shadows Over Westgate account is approved", "invitation.preheader": "You have been invited to Shadows Over Westgate", - "banned.preheader": "Your Shadows Over Westgate account status has changed", + "banned.preheader": "Your Shadows Over Westgate account has been banned", "test.preheader": "Test email from Shadows Over Westgate", "notification.preheader": "You have a new notification on Shadows Over Westgate", "digest.preheader": "Your Shadows Over Westgate activity digest"