diff --git a/strr-examiner-web/app/components/Host/SupportingInfo.vue b/strr-examiner-web/app/components/Host/SupportingInfo.vue index 7b0613a7..6ce8384b 100644 --- a/strr-examiner-web/app/components/Host/SupportingInfo.vue +++ b/strr-examiner-web/app/components/Host/SupportingInfo.vue @@ -129,13 +129,11 @@ const getBlSectionSubLabel = (): string =>
-
- +
+ {{ t('strr.label.exemptionReason') }} {{ getPrExemptReason(prExemptReason) }} -
-
- + {{ t('label.strataHotelCategory') }}: {{ getStrataHotelCategory() }}
diff --git a/strr-examiner-web/app/locales/en-CA.ts b/strr-examiner-web/app/locales/en-CA.ts index ea5a3001..2a7277c1 100644 --- a/strr-examiner-web/app/locales/en-CA.ts +++ b/strr-examiner-web/app/locales/en-CA.ts @@ -112,7 +112,7 @@ export default { parcelIdentifier: 'Parcel Identifier', parcelIdentifierOpt: 'Parcel Identifier (Optional)', platforms: 'Platforms', - propertyType: 'Property Type', + propertyType: 'Rental Unit Type', role: { CO_HOST: 'Co-host', HOST: 'Property Host', @@ -378,7 +378,7 @@ export default { }, ownershipType: 'Please select the ownership type of this rental unit', parcelIdentifier: 'The parcel identifier must be a nine-digit number', - propertyType: 'Please select the property type of this rental unit', + propertyType: 'Please select the rental unit type of this rental unit', onlineListings: 'Please enter a valid URL (i.e. https://www.bcregistry.gov.bc.ca)', rentalUnitSetupType: 'Please select the setup type of the rental unit', typeOfSpace: 'Please select the type of space of the unit', diff --git a/strr-examiner-web/package.json b/strr-examiner-web/package.json index 3cd59426..2e7ca8e2 100644 --- a/strr-examiner-web/package.json +++ b/strr-examiner-web/package.json @@ -2,7 +2,7 @@ "name": "strr-examiner-web", "private": true, "type": "module", - "version": "0.0.24", + "version": "0.0.25", "scripts": { "build-check": "nuxt build", "build": "nuxt generate", diff --git a/strr-host-pm-web/app/components/summary/Property.vue b/strr-host-pm-web/app/components/summary/Property.vue index e7ad23da..876463ea 100644 --- a/strr-host-pm-web/app/components/summary/Property.vue +++ b/strr-host-pm-web/app/components/summary/Property.vue @@ -70,7 +70,7 @@ const propertyInfo = computed((): ConnectInfoTableItem[] => [