- {{ lookupType === LookupType.NR ? 'No Name Request found' : 'No active B.C. business found' }} + {{ lookupType === LookupType.NR ? 'No active Name Request found' : 'No active B.C. business found' }}
- Ensure you have entered the correct business name or number. + {{ lookupType === LookupType.NR ? + 'Ensure you have entered a Name Request that has not expired or been cancelled.' : + 'Ensure you have entered the correct business name or number.' + }}
diff --git a/auth-web/src/components/auth/manage-business/SearchBusinessNameRequest.vue b/auth-web/src/components/auth/manage-business/SearchBusinessNameRequest.vue index 2a60485795..7b26028ceb 100644 --- a/auth-web/src/components/auth/manage-business/SearchBusinessNameRequest.vue +++ b/auth-web/src/components/auth/manage-business/SearchBusinessNameRequest.vue @@ -1,7 +1,7 @@