+
+ {{ $t('text.ifYouHaveBl') }}
+
(() => [
label: t('strr.text.includeCohost'),
isValid: hasCoHost.value,
invalidIcon: 'i-mdi-information-outline',
- invalidIconClass: 'mt-[2px] size-5 text-blue-500'
+ invalidIconClass: 'mt-[2px] size-5 text-blue-500 shrink-0 self-start'
},
{
label: t('strr.text.includePropertyManager'),
isValid: hasPropertyManager.value,
invalidIcon: 'i-mdi-information-outline',
- invalidIconClass: 'mt-[2px] size-5 text-blue-500'
+ invalidIconClass: 'mt-[2px] size-5 text-blue-500 shrink-0 self-start'
}
])
diff --git a/strr-host-pm-web/app/locales/en-CA.ts b/strr-host-pm-web/app/locales/en-CA.ts
index ce2828a9b..57ffecea8 100644
--- a/strr-host-pm-web/app/locales/en-CA.ts
+++ b/strr-host-pm-web/app/locales/en-CA.ts
@@ -139,7 +139,7 @@ export default {
contactIndName: "Contact Individual's Name",
individualsBusinesses: 'Individuals and Businesses',
listingLinkOpt: 'Listing Link (Optional)',
- numberOfRooms: 'Number of Rooms for Rent',
+ numberOfRooms: 'Number of Bedrooms for Rent',
ownershipType: 'Ownership Type',
nicknameOpt: 'Nickname (Optional)',
parcelIdentifier: 'Parcel Identifier',
@@ -361,7 +361,8 @@ export default {
unitAddressUnitNumberInfo: 'Unit Number is required if the short-term rental unit has a Unit Number. Enter a Site Name if the address does not have a Street Number and Name.',
noDocsUploaded: 'No supporting documentation uploaded.',
bceidSubtext: 'Requires an existing BCeID login account',
- noIndividualsOrBusinesses: 'You don’t have any individuals or businesses listed yet. Select “Add an individual” or “Add a business” above.'
+ noIndividualsOrBusinesses: 'You don’t have any individuals or businesses listed yet. Select “Add an individual” or “Add a business” above.',
+ ifYouHaveBl: 'If you have a business licence for your short-term rental, add your information here.'
},
hint: {
strataRefCode: 'This is a unique code for each registered strata hotel. Ask the strata hotel management for this code.',
diff --git a/strr-host-pm-web/package.json b/strr-host-pm-web/package.json
index f194472b5..2ea72b037 100644
--- a/strr-host-pm-web/package.json
+++ b/strr-host-pm-web/package.json
@@ -2,7 +2,7 @@
"name": "strr-host-pm-web",
"private": true,
"type": "module",
- "version": "0.0.40",
+ "version": "0.0.41",
"scripts": {
"build-check": "nuxt build",
"build": "nuxt generate",