From ca6dd42a34da2e1a1a856b4ecc63f4f0eedc0052 Mon Sep 17 00:00:00 2001 From: masumulu28 Date: Thu, 30 Mar 2023 13:12:07 +0300 Subject: [PATCH] page-alerts doc. updated --- docs/en/UI/Angular/Page-Alerts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/Page-Alerts.md b/docs/en/UI/Angular/Page-Alerts.md index 3d71723bf1..7e75077cc6 100644 --- a/docs/en/UI/Angular/Page-Alerts.md +++ b/docs/en/UI/Angular/Page-Alerts.md @@ -65,7 +65,7 @@ this.service.show({ We can pass html content to `title` and `message` parameters -* It allows to both case static message and localization value +* It allows static message or localization key * [abpSafeHtml](https://github.com/abpframework/abp/blob/37b59a7f05202264505d002397dbb27d275740e1/npm/ng-packs/packages/core/src/lib/pipes/safe-html.pipe.ts#L6) pipe will sanitize html values ```typescript