diff --git a/web/site/app/components/Sbc/Docs/ProductCard.vue b/web/site/app/components/Sbc/Docs/ProductCard.vue
index 19d2c597..d9e59388 100644
--- a/web/site/app/components/Sbc/Docs/ProductCard.vue
+++ b/web/site/app/components/Sbc/Docs/ProductCard.vue
@@ -54,12 +54,10 @@ function goToProduct () {
-
+
- {{ $t('SbcProductCard.goTo') }} {{ name }}
-
-
-
+ {{ $t('SbcProductCard.goTo') }} {{ name }} {{ name === 'Pay API and Catalog Services' ? '' : $t('SbcProductCard.api') }}
+
diff --git a/web/site/app/locales/en-CA.ts b/web/site/app/locales/en-CA.ts
index 588bb9d2..0957e58e 100644
--- a/web/site/app/locales/en-CA.ts
+++ b/web/site/app/locales/en-CA.ts
@@ -90,7 +90,8 @@ export default {
learnMore: 'Learn More'
},
SbcProductCard: {
- goTo: 'Go to'
+ goTo: 'Go to',
+ api: 'API'
},
SbcNavigation: {
intro: 'Introduction',
diff --git a/web/site/content/en-CA/products/mhr/card.yml b/web/site/content/en-CA/products/mhr/card.yml
index a1da8661..d3aab571 100644
--- a/web/site/content/en-CA/products/mhr/card.yml
+++ b/web/site/content/en-CA/products/mhr/card.yml
@@ -3,5 +3,6 @@ name: Manufactured Home Registry
description: In the Manufactured Home Registry, you are currently able to
badge: NEW
bulletPoints:
- - Search for, and download reports for, manufactured homes and personal property liens on manufactured homes.
- - Search by owner name, organization, registration or serial number.
\ No newline at end of file
+ - Search and download reports for manufactured homes
+ - Search for personal property liens on manufactured homes
+ - Search by owner name, organization name, registration or serial number
\ No newline at end of file
diff --git a/web/site/content/en-CA/products/pay/card.yml b/web/site/content/en-CA/products/pay/card.yml
index e15415a7..d9482488 100644
--- a/web/site/content/en-CA/products/pay/card.yml
+++ b/web/site/content/en-CA/products/pay/card.yml
@@ -1,5 +1,5 @@
# Used to populate product card components
-name: Platform Payment and Catalog Services
+name: Pay API and Catalog Services
description: The payment and catalog services for the sbc-connect platform
badge: BETA
bulletPoints:
diff --git a/web/site/content/en-CA/products/rs/card.yml b/web/site/content/en-CA/products/rs/card.yml
index 8b37da3d..7930e018 100644
--- a/web/site/content/en-CA/products/rs/card.yml
+++ b/web/site/content/en-CA/products/rs/card.yml
@@ -3,6 +3,7 @@ name: Business Search
description: Search for businesses registered in B.C. and request copies of business documents.
badge: BETA
bulletPoints:
- - Search for businesses by name or number.
- - Search for firms by their owner.
- - Download business documents.
\ No newline at end of file
+ - Currently search only includes BC Benefit Companies, Cooperative Associations, Sole Proprietorships and General Partnerships
+ - Search by business name or number
+ - Search for firms by their owner
+ - Access business documents
\ No newline at end of file
diff --git a/web/site/package.json b/web/site/package.json
index d943edfe..41b9cd97 100644
--- a/web/site/package.json
+++ b/web/site/package.json
@@ -2,7 +2,7 @@
"name": "developer-connect-site",
"private": true,
"type": "module",
- "version": "1.0.5",
+ "version": "1.0.6",
"scripts": {
"build-check": "nuxt build",
"build": "nuxt generate",