Adjust the welcome messages

This commit is contained in:
Fred Boniface 2024-03-31 19:56:52 +01:00
parent 80b3c235af
commit 1bb9db3bc3
1 changed files with 8 additions and 5 deletions

View File

@ -20,11 +20,14 @@
}
const pageText: string[] = [
'<h3>Resgistration Errors</h3>' +
'<p>There is an issue registering with GWR email addresses being caused by the phishing prevension system in use.</p>' +
'<p>You will be able to use Headcode and PIS lookups without registering.</p>' +
'<p>Staff departure boards will remain unavailable unless registered due to sensitive information which may be shown.</p>' +
'<p>Join the conversation on the <a href="https://www.facebook.com/owlboard.support">Facebook page</a> where updates will be given.</p>'
'<h3>PIS Codes</h3>' +
'<p>An effort has been made to support PIS codes accross the GWR network</p>' +
'<p>The vast majority of codes across West, LTV, HEx and Sleeper services are now available.</p>' +
'<p>The easiest way to find a PIS code is to type your headcode into the homepage, then select your service</p>',
'<h3>Resgistration Update</h3>' +
'<p>The registration issue has been fixed and registrations are now open.</p>' +
'<p>Headcode and PIS Lookups will still be possible without registering but only for a limited time.</p>' +
'<p>You will receive further warning before mandatory registration is re-enabled.</p>',
];
</script>