Change welcome message referencing OwlBoard/backend#71
This commit is contained in:
parent
a4276bd0e9
commit
6c0d152358
@ -20,11 +20,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const pageText: string[] = [
|
const pageText: string[] = [
|
||||||
'<h3>A new way to find PIS Codes</h3>' +
|
'<h3>Resgistration Errors</h3>' +
|
||||||
"<p>You can now use a headcode to find a PIS code where there is only a partial match</p>" +
|
"<p>There is an issue registering with GWR email addresses being caused by the phishing prevension system in use.</p>" +
|
||||||
'<p>For now, you can see a PIS code where you need to skip some stops at the start,</p>' +
|
'<p>You will be able to use Headcode and PIS lookups without registering.</p>' +
|
||||||
'<p>soon, you will be able to find PIS codes where you need to skip stops at the end.</p>' +
|
'<p>Staff departure boards will remain unavailable unless registered due to sensitive information which may be shown.</p>' +
|
||||||
'<p>Check out our <a href="https://www.facebook.com/owlboard.support">Facebook page</a> where a video guide will be available soon.</p>',
|
'<p>Join the conversation on the <a href="https://www.facebook.com/owlboard.support">Facebook page</a> where updates will be given.</p>',
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export const version: string = '2024.2.2';
|
export const version: string = '2024.3.0';
|
||||||
export const versionTag: string = '';
|
export const versionTag: string = '';
|
||||||
export const showWelcome: boolean = false;
|
export const showWelcome: boolean = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user