Skip to content

Commit

Permalink
Merge pull request #249 from bcgov/oleks
Browse files Browse the repository at this point in the history
DSS-321 - wrong text
  • Loading branch information
ychung-mot authored May 1, 2024
2 parents 8e2bda9 + 1036877 commit 795d545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<button type="submit" id="form-preview-btn" pButton pRipple [disabled]="!myForm.valid" label="Review"></button>
</form>

<p-dialog [modal]="true" id="preview-dialog" [closable]="false" header="Notice of Takedown"
<p-dialog [modal]="true" id="preview-dialog" [closable]="false" header="Notice of Non-Compliance"
[(visible)]="isPreviewVisible" [style]="{width: '50vw'}">
<p [innerText]="previewText"> </p>
<div class="spacer-hr"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class DelistingRequestComponent 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 Takedown Request was Successfully Submitted!' }];
}

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

0 comments on commit 795d545

Please sign in to comment.