From 777a01c741f2c91a6ca98b3c35031c4d4cd98962 Mon Sep 17 00:00:00 2001 From: deetz99 Date: Thu, 16 Jan 2025 15:34:47 -0800 Subject: [PATCH 1/2] placement --- .../connect/checklist/Validated.vue | 4 +-- .../components/form/AddDocuments/index.vue | 32 +++++++++++-------- .../app/components/form/AddOwners/Index.vue | 4 +-- strr-host-pm-web/app/locales/en-CA.ts | 5 +-- 4 files changed, 25 insertions(+), 20 deletions(-) diff --git a/strr-base-web/app/components/connect/checklist/Validated.vue b/strr-base-web/app/components/connect/checklist/Validated.vue index 8182ba950..ea49851f1 100644 --- a/strr-base-web/app/components/connect/checklist/Validated.vue +++ b/strr-base-web/app/components/connect/checklist/Validated.vue @@ -39,12 +39,12 @@ const checklistItemId = `-connect-requirement-checklist-item-${listId}` diff --git a/strr-host-pm-web/app/components/form/AddDocuments/index.vue b/strr-host-pm-web/app/components/form/AddDocuments/index.vue index 21814932b..3b67790cd 100644 --- a/strr-host-pm-web/app/components/form/AddDocuments/index.vue +++ b/strr-host-pm-web/app/components/form/AddDocuments/index.vue @@ -77,21 +77,22 @@ onMounted(async () => { v-if="docStore.requiredDocs.length > 0 || reqStore.overrideApplicationWarning" class="flex flex-col gap-10" > - - - +
+ + +
{ :state="propStore.blInfo" >
+

+ {{ $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.', From 66d63a7296c6afd526288db059092093333182c2 Mon Sep 17 00:00:00 2001 From: deetz99 Date: Thu, 16 Jan 2025 15:37:46 -0800 Subject: [PATCH 2/2] bump version --- strr-host-pm-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",