From 1bb9db3bc309e1ed8be7350f744345281a570fe9 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 31 Mar 2024 19:56:52 +0100 Subject: [PATCH] Adjust the welcome messages --- src/lib/overlays/welcome.svelte | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/lib/overlays/welcome.svelte b/src/lib/overlays/welcome.svelte index ed4d521..efc11b6 100644 --- a/src/lib/overlays/welcome.svelte +++ b/src/lib/overlays/welcome.svelte @@ -20,11 +20,14 @@ } const pageText: string[] = [ - '

Resgistration Errors

' + - '

There is an issue registering with GWR email addresses being caused by the phishing prevension system in use.

' + - '

You will be able to use Headcode and PIS lookups without registering.

' + - '

Staff departure boards will remain unavailable unless registered due to sensitive information which may be shown.

' + - '

Join the conversation on the Facebook page where updates will be given.

' + '

PIS Codes

' + + '

An effort has been made to support PIS codes accross the GWR network

' + + '

The vast majority of codes across West, LTV, HEx and Sleeper services are now available.

' + + '

The easiest way to find a PIS code is to type your headcode into the homepage, then select your service

', + '

Resgistration Update

' + + '

The registration issue has been fixed and registrations are now open.

' + + '

Headcode and PIS Lookups will still be possible without registering but only for a limited time.

' + + '

You will receive further warning before mandatory registration is re-enabled.

', ];