Skip to content

Commit

Permalink
Merge pull request #769 from bcgov/BCPSDEMS-2201-delegate-access
Browse files Browse the repository at this point in the history
wording change
  • Loading branch information
leewrigh authored Feb 6, 2025
2 parents d9a3470 + d6b3b5b commit 92a1c06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export class DigitalEvidenceCounselDelegatePage
this.submitText = 'Submit';
this.formState.LawyerEMailAddress.disable();
this.stagingId = response.responseData['id'];
this.validationMessage = `EMail entered is for is for ${response.responseData['firstName']} ${response.responseData['lastName']} - click Submit to request delegate access`;
this.validationMessage = `EMail entered is for ${response.responseData['firstName']} ${response.responseData['lastName']} - click Submit to request delegated access to this users DEMS folio`;
if (response.information.length === 1) {
this.toastService.openInfoToast(
response.information[0] +
Expand Down

0 comments on commit 92a1c06

Please sign in to comment.