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[] = [ - '
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.
' + '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
', + '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.
', ];