diff --git a/app/package.json b/app/package.json index 78bb6d391..f6ca427f5 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "name-request", - "version": "5.8.4", + "version": "5.8.5", "private": true, "appName": "Name Request UI", "sbcName": "SBC Common Components", diff --git a/app/src/components/common/applicant-info-2.vue b/app/src/components/common/applicant-info-2.vue index 048a66ba0..da9aec47b 100644 --- a/app/src/components/common/applicant-info-2.vue +++ b/app/src/components/common/applicant-info-2.vue @@ -259,7 +259,7 @@ - Priority name requests are typically reviewed within 1-2 business days. + Priority name requests are typically reviewed within {{ getPriorityWaitTime }} business days. Due to the on-going labour dispute between the government and its employees, @@ -295,6 +295,7 @@ export default class ApplicantInfo2 extends Vue { @Getter(useStore) getNrData!: any @Getter(useStore) getNrState!: NrState @Getter(useStore) getPriorityRequest!: boolean + @Getter(useStore) getPriorityWaitTime!: string | number @Getter(useStore) getShowPriorityRequest!: boolean @Getter(useStore) isMobile!: boolean diff --git a/app/src/components/common/applicant-info-3.vue b/app/src/components/common/applicant-info-3.vue index fcb703be8..f05b66760 100644 --- a/app/src/components/common/applicant-info-3.vue +++ b/app/src/components/common/applicant-info-3.vue @@ -331,7 +331,7 @@ - Priority name requests are typically reviewed within 1-2 business days. + Priority name requests are typically reviewed within {{ getPriorityWaitTime }} business days. Due to the on-going labour dispute between the government and its employees, @@ -369,6 +369,7 @@ export default class ApplicantInfo3 extends Vue { @Getter(useStore) getNrData!: any @Getter(useStore) getNrState!: NrState @Getter(useStore) getPriorityRequest!: boolean + @Getter(useStore) getPriorityWaitTime!: string | number @Getter(useStore) getShowPriorityRequest!: boolean @Getter(useStore) isRoleStaff!: boolean @Getter(useStore) isMobile!: boolean diff --git a/app/src/components/dialogs/upgrade.vue b/app/src/components/dialogs/upgrade.vue index ea1cd8ac7..f91bb8b08 100644 --- a/app/src/components/dialogs/upgrade.vue +++ b/app/src/components/dialogs/upgrade.vue @@ -70,7 +70,7 @@ class="mb-8" > If you need your name reviewed as quickly as possible, upgrade to a Priority - request. Priority name requests are usually reviewed within 1 to 2 business days. + request. Priority name requests are usually reviewed within {{ getPriorityWaitTime }} business days.