Skip to content

Commit

Permalink
Merge pull request #81 from kialj876/12179-ux-1
Browse files Browse the repository at this point in the history
updated bus search text
  • Loading branch information
kialj876 authored Jun 2, 2022
2 parents f191bf6 + fba581d commit 7bc4b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/user-product-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function getProductInfo (config, type: ProductCode): ProductI {
return {
image: 'img/BusinessSearchFPO_dashboard_thumbnail_image.jpg',
link: appendAccountId(config?.businessSearchUrl) || 'link_not_configured',
text: 'Search for a business registered in B.C. and access business documents.',
text: 'Search for businesses registered in B.C. and access business documents.',
title: 'Business Search'
} as ProductI
case ProductCode.CSO:
Expand Down

0 comments on commit 7bc4b39

Please sign in to comment.