Skip to content
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

21131 - Add missing strr description #3194

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.6.126",
"version": "2.6.127",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
4 changes: 4 additions & 0 deletions auth-web/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"mhrCodeSubtitle": "Select this if you want to search for manufactured homes, and search for personal property legal claims on manufactured homes.",
"mhrCodeNote": "<b>Note:</b> You can request Qualified Supplier access from your Manufactured Home Registry <br>(or Asset Registries) page once you have added this product to your account.",
"vsCodeSubtitle": "<p>Select this if you need to register the location of a will by filing a wills notice or search for a wills notice as part of an estate probate.</p>",
"strrCodeSubtitle": "Select this product if you need to register your short-term rental property, platform service provider, or strata-titled hotel or motel with the province.",
"bcaCodeSubtitle": "Select this for access to BC Assessment's real property information database.",
"esraCodeSubtitle": "Select this if you need to identify properties with environmental records submitted under Part 4 of B.C.'s Environmental Management Act.",
"rptCodeDescription": "<p><ul><li>Search a property's tax amounts over the last 10 years</li><li>Search a property's tax-paid status</li><li>Search a property's legal description</li></ul></p>",
Expand All @@ -158,13 +159,16 @@
"mhr_qshmCodeDescription": "<h4>Qualified Supplier – Home Manufacturers</h4><p class=\"mt-2\"><ul><li>Searches for manufactured homes and for liens on a home</li><li>Transport permits</li><li>Transfer transactions (related to homes manufacturers currently own)</li><li>Registrations</li></ul></p>",
"mhr_qshdCodeDescription": "<h4>Qualified Supplier – Home Dealers</h4><p class=\"mt-2\"><ul><li>Searches for manufactured homes and for liens on a home</li><li>Transport permits</li><li>Transfer due to Sale or Gift</li></ul></p>",
"vsCodeDescription": "<p class='mb-2'><p class='mb-1'>The search and registration products are intended for the exclusive use of solicitors and notaries only. To add this product, accept the Terms of Service. Review the terms and check the box below if you confirm. BC Registry staff will review your information and grant access to Wills Registry in <strong>3-4 days</strong> if approved.</p><a href='https://www2.gov.bc.ca/gov/content/life-events/death/wills-registry' target='sbc-auth-wills'>Learn More <span class='mdi mdi-open-in-new'></span></a></p>",
"strrCodeDescription": "<p><ul><li>Register a short-term rental property</li><li>Register a platform service provider</li><li>Register a strata-titled hotel or motel</li><li>Manage and renew registrations</li></ul></p>",
"bcaCodeDescription": "Three reports are available for purchase:<ul><li>Owner Location Report</li><li>Assessment Roll Report</li><li>Assessment Inventory Report</li></ul>",
"esraCodeDescription": "Search by the following:<ul><li>Parcel ID (PID)</li><li>Crown Lands PIN</li><li>Crown Lands File Number</li><li>Site ID</li><li>Address</li><li>Area</li></ul>",
"accountBusinessTypeText": "Select a user type for your BC Registries and Online Service Account:",
"businessCodeActiveSubtitle": "This account has access to Business Registry & Name Request.",
"business_searchCodeActiveSubtitle": "This account has access to Business Search.",
"mhrStaffCodeActiveSubtitle": "This account has search access to Manufactured Home Registry",
"mhrCodeActiveSubtitle": "This account has search access to Manufactured Home Registry",
"strrStaffCodeActiveSubtitle": "This account has search access to Short Term Rental Registry",
"strrCodeActiveSubtitle": "This account has search access to Short Term Rental Registry",
"mhrQsCodeActiveSubtitle": "This account has Qualified Supplier access to Manufactured Home Registry",
"pprCodeActiveSubtitle": "This account has access to Personal Property Registry.",
"vsCodeActiveSubtitle": "This account has access to Wills Registry.",
Expand Down