Remove errant comma

This commit is contained in:
Fred Boniface 2023-10-04 11:55:35 +01:00
parent daf7085d60
commit 3d22bf5910
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
const pageText: string[] = [ const pageText: string[] = [
'<h3>Staff LDB Updated</h3>' + '<h3>Staff LDB Updated</h3>' +
'<p>An upgrade to the Staff Departure Boards may mean that they are temporarily unavailable, while your device updates the app<p>' + '<p>An upgrade to the Staff Departure Boards may mean that they are temporarily unavailable while your device updates the app<p>' +
'<p>Once the update is complete, staff departure board will load faster and more reliably over slow connections</p>', '<p>Once the update is complete, staff departure board will load faster and more reliably over slow connections</p>',
]; ];
</script> </script>