Skip to content

Commit

Permalink
Merge pull request #225 from bcgov/oleksandrbohuslavskyi
Browse files Browse the repository at this point in the history
DSS-321 - Header Error on Send Notice of Non-Compliance
  • Loading branch information
ychung-mot authored Apr 24, 2024
2 parents 5521009 + 7055f53 commit 2ac0ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class ComplianceNoticeComponent implements OnInit {

showSuccessMessage(): void {
this.hideForm = true;
this.messages = [{ severity: 'success', summary: '', detail: 'Your Notice of Takedown was Successfully Submitted!' }];
this.messages = [{ severity: 'success', summary: '', detail: 'Your Notice of Non-Compliance was Successfully Submitted!' }];
}

private prepareFormModel(form: FormGroup): ComplianceNotice {
Expand Down

0 comments on commit 2ac0ee0

Please sign in to comment.