Skip to content

card content update #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions web/site/app/components/Sbc/Docs/ProductCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ function goToProduct () {
</ul>
</div>
<div class="px-4 pb-3.5 text-left sm:p-7">
<span class="flex flex-wrap items-center font-semibold tracking-wide text-[#1a5a96] underline dark:text-white">
<span class="flex flex-wrap items-center text-base font-semibold tracking-wide text-[#1a5a96] underline dark:text-white">
<span>
{{ $t('SbcProductCard.goTo') }} {{ name }}
<span class="inline-flex align-middle">
<UIcon name="i-mdi-arrow-right-thin scale-150 ml-2" />
</span>
{{ $t('SbcProductCard.goTo') }} {{ name }} {{ name === 'Pay API and Catalog Services' ? '' : $t('SbcProductCard.api') }}

</span>
</span>
</div>
Expand Down
3 changes: 2 additions & 1 deletion web/site/app/locales/en-CA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ export default {
learnMore: 'Learn More'
},
SbcProductCard: {
goTo: 'Go to'
goTo: 'Go to',
api: 'API'
},
SbcNavigation: {
intro: 'Introduction',
Expand Down
5 changes: 3 additions & 2 deletions web/site/content/en-CA/products/mhr/card.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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
2 changes: 1 addition & 1 deletion web/site/content/en-CA/products/pay/card.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 4 additions & 3 deletions web/site/content/en-CA/products/rs/card.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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
2 changes: 1 addition & 1 deletion web/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading