Skip to content

Commit

Permalink
Fixed page tilte for products page (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer0422 authored Feb 13, 2025
1 parent 1935bb9 commit 23d1c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/site/app/locales/en-CA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ export default {
allProducts: 'Learn about and try Service BC Connect products.'
},
sbcBreadcrumb: {
default: 'BC Registries and Online Services',
default: 'Service BC Connect',
backBtn: 'Go Back',
arialabel: 'Breadcrumb',
sbcHome: 'Service BC Connect',
sbcHome: 'Service BC Connect Developer Site',
sbcProductslist: 'Products List',
sbcProducts: 'Products'
},
Expand Down
2 changes: 1 addition & 1 deletion web/site/app/pages/products/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const localePath = useLocalePath()
const { t, locale } = useI18n()
useHead({
title: t('page.products.title')
title: `${t('page.products.title')} | Service BC Connect Developer Site`
})
const { data: products } = await useAsyncData(
Expand Down

0 comments on commit 23d1c57

Please sign in to comment.