Skip to content

Commit

Permalink
Fix toast to say Planning Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haselhan committed May 23, 2024
1 parent 9373cf8 commit 7c13bc7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class OverviewComponent implements OnInit, OnDestroy {
localGovernmentUuid: $event,
});
if (update) {
this.toastService.showSuccessToast('Notice of Intent updated');
this.toastService.showSuccessToast('Planning Review updated');
}
}
}
Expand All @@ -116,7 +116,7 @@ export class OverviewComponent implements OnInit, OnDestroy {
regionCode: $event,
});
if (update) {
this.toastService.showSuccessToast('Notice of Intent updated');
this.toastService.showSuccessToast('Planning Review updated');
}
}
}
Expand Down

0 comments on commit 7c13bc7

Please sign in to comment.