diff --git a/web/site/app/app.vue b/web/site/app/app.vue index 674a169c..192a03b1 100644 --- a/web/site/app/app.vue +++ b/web/site/app/app.vue @@ -86,6 +86,6 @@ provide('footerHeight', footerHeight) - + diff --git a/web/site/app/components/Sbc/Footer.vue b/web/site/app/components/Sbc/Footer.vue index 2ee3c55d..74a00304 100644 --- a/web/site/app/components/Sbc/Footer.vue +++ b/web/site/app/components/Sbc/Footer.vue @@ -9,11 +9,21 @@ const links = [ to: 'https://www2.gov.bc.ca/gov/content/home/disclaimer', target: '_blank' }, + { + label: 'SbcFooter.releaseNotes', + to: 'https://www.release-notes.bcregistry.gov.bc.ca', + target: '_blank' + }, { label: 'SbcFooter.privacy', to: 'https://www2.gov.bc.ca/gov/content/home/privacy', target: '_blank' }, + { + label: 'Hours of Availability', + to: 'https://www2.gov.bc.ca/gov/content?id=C41D8179671441B2BAA3BDDD3D89C9A9', + target: '_blank' + }, { label: 'SbcFooter.ally', to: 'https://www2.gov.bc.ca/gov/content/home/accessibility', @@ -30,21 +40,32 @@ const links = [ diff --git a/web/site/app/locales/en-CA.ts b/web/site/app/locales/en-CA.ts index a27c8c33..75c307a5 100644 --- a/web/site/app/locales/en-CA.ts +++ b/web/site/app/locales/en-CA.ts @@ -4,7 +4,7 @@ export default { goHome: 'Go Home', goBack: 'Go Back', downloadSpec: 'Download the specification', - allProducts: 'View all products', + allProducts: 'View Products', products: 'Products', dashboard: 'Dashboard', sbcConnect: 'Service BC Connect', @@ -26,8 +26,8 @@ export default { }, home: { title: 'Home', - h1: 'BC Registries API Gateway', - intro: 'Welcome to the BC Registries API Gateway! Access API information for all BC Registries services here.' + h1: 'Service BC Connect Developer Site', + intro: 'Welcome to the Service BC Connect Developer Site! Access API information for all BC Registries services here.' }, products: { title: 'All Products', @@ -56,8 +56,10 @@ export default { SbcFooter: { navLabel: 'Useful Links', //