diff --git a/strr-host-pm-web/app/locales/en-CA.ts b/strr-host-pm-web/app/locales/en-CA.ts index 167514ffb..981562cd2 100644 --- a/strr-host-pm-web/app/locales/en-CA.ts +++ b/strr-host-pm-web/app/locales/en-CA.ts @@ -229,7 +229,8 @@ export default { contWithReg: 'Continue with Registration', showDetails: 'Show Details', hideDetails: 'Hide Details', - returnToStep: 'Return to the step to finish it' + returnToStep: 'Return to the step to finish it', + ariaViewDetails: 'View details for property: {name}, {address}' }, error: { createAccount: { diff --git a/strr-host-pm-web/app/pages/dashboard/index.vue b/strr-host-pm-web/app/pages/dashboard/index.vue index 1fbd23aff..fa801b875 100644 --- a/strr-host-pm-web/app/pages/dashboard/index.vue +++ b/strr-host-pm-web/app/pages/dashboard/index.vue @@ -178,6 +178,15 @@ async function handleItemSelect (row: any) { diff --git a/strr-host-pm-web/package.json b/strr-host-pm-web/package.json index 37844fd27..f6e8cb170 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.14", + "version": "0.0.15", "scripts": { "build-check": "nuxt build", "build": "nuxt generate", diff --git a/strr-strata-web/app/locales/en-CA.ts b/strr-strata-web/app/locales/en-CA.ts index b42e58c82..de096e7e4 100644 --- a/strr-strata-web/app/locales/en-CA.ts +++ b/strr-strata-web/app/locales/en-CA.ts @@ -87,7 +87,8 @@ export default { }, btn: { addStrataHotel: 'Add a strata-titled hotel or motel', - view: 'View' + view: 'View', + ariaViewDetails: 'View details for property: {name}`' }, label: { strataName: 'Strata Name', diff --git a/strr-strata-web/app/pages/strata-hotel/dashboard/index.vue b/strr-strata-web/app/pages/strata-hotel/dashboard/index.vue index f024c9f72..16e952a9f 100644 --- a/strr-strata-web/app/pages/strata-hotel/dashboard/index.vue +++ b/strr-strata-web/app/pages/strata-hotel/dashboard/index.vue @@ -163,6 +163,8 @@ async function handleItemSelect (row: any) { diff --git a/strr-strata-web/package.json b/strr-strata-web/package.json index 1c4189f40..afff764a4 100644 --- a/strr-strata-web/package.json +++ b/strr-strata-web/package.json @@ -2,7 +2,7 @@ "name": "strr-strata-web", "private": true, "type": "module", - "version": "0.0.24", + "version": "0.0.25", "scripts": { "build-check": "nuxt build", "build": "nuxt generate",