diff --git a/strr-base-web/app/components/connect/form/address/DisplayItem.vue b/strr-base-web/app/components/connect/form/address/DisplayItem.vue
new file mode 100644
index 000000000..e2b467206
--- /dev/null
+++ b/strr-base-web/app/components/connect/form/address/DisplayItem.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+ {{ row.label }}:
+
+
+ {{ row.value }}
+
+
+
+
+
+
diff --git a/strr-base-web/package.json b/strr-base-web/package.json
index 45d6d08f1..abb0996d4 100644
--- a/strr-base-web/package.json
+++ b/strr-base-web/package.json
@@ -2,7 +2,7 @@
"name": "strr-base-web",
"private": true,
"type": "module",
- "version": "0.0.21",
+ "version": "0.0.22",
"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 876463ea2..c428dbea9 100644
--- a/strr-host-pm-web/app/components/summary/Property.vue
+++ b/strr-host-pm-web/app/components/summary/Property.vue
@@ -65,7 +65,7 @@ const propertyInfo = computed((): ConnectInfoTableItem[] => [
-
+
diff --git a/strr-host-pm-web/app/locales/en-CA.ts b/strr-host-pm-web/app/locales/en-CA.ts
index 6dfb72e65..d58e24d70 100644
--- a/strr-host-pm-web/app/locales/en-CA.ts
+++ b/strr-host-pm-web/app/locales/en-CA.ts
@@ -377,6 +377,7 @@ export default {
giveUnitNickname: 'Give your rental unit a nickname to help you identify it, especially if you manage multiple units.',
addAllReqDocs: 'Add all required documentation that supports your short-term rental registration. {link}',
toDetermineDocsReturnToStart: 'To determine the types of documentation you’ll need, please complete Step 1 of the application first.',
+ hostDashboardAddressBreakdown: 'Follow the instructions on your short-term rental platform to update your listing with your {boldStart}Registration Number, Unit Number, Street Number, and Postal Code exactly as it is shown below.{boldEnd} Your listing will be taken down if the below information does not match what’s entered in the platform.{newLine}{newLine}',
uploadReqDocs: 'Upload all required documentation to support your registration.',
noDocsReq: 'No supporting documentation is required.',
missingDocuments: 'Missing required documents.',
diff --git a/strr-host-pm-web/package.json b/strr-host-pm-web/package.json
index 815818bc3..a720023bc 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.12",
+ "version": "1.2.13",
"scripts": {
"build-check": "nuxt build",
"build": "nuxt generate",