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[] => [
-
{{ $t('text.thisPropIsExempt') }}
+
{{ $t('text.businessLicNotRequired') }}
diff --git a/strr-host-pm-web/app/locales/en-CA.ts b/strr-host-pm-web/app/locales/en-CA.ts
index dd5e2f40..42f15585 100644
--- a/strr-host-pm-web/app/locales/en-CA.ts
+++ b/strr-host-pm-web/app/locales/en-CA.ts
@@ -143,7 +143,7 @@ export default {
nicknameOpt: 'Nickname (Optional)',
parcelIdentifier: 'Parcel Identifier (Required if one exists)',
parcelIdentifierOpt: 'Parcel Identifier (Optional)',
- propertyType: 'Property Type',
+ propertyType: 'Rental Unit Type',
role: {
CO_HOST: 'Co-host',
HOST: 'Property Host',
@@ -414,7 +414,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-host-pm-web/package.json b/strr-host-pm-web/package.json
index 37587e9b..663fef73 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": "1.2.0",
+ "version": "1.2.1",
"scripts": {
"build-check": "nuxt build",
"build": "nuxt generate",