Skip to content

Commit

Permalink
Merge pull request #1710 from bcgov/feature/ALCS-1943
Browse files Browse the repository at this point in the history
Fix toast to say Planning Review
  • Loading branch information
dhaselhan authored May 27, 2024
2 parents 64295ba + 7c13bc7 commit 7a8e965
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 7a8e965

Please sign in to comment.