From 35e56cd6afddabb6da513afdee0811d53928c78d Mon Sep 17 00:00:00 2001 From: sercan Date: Mon, 12 Jul 2021 12:39:52 +0300 Subject: [PATCH] (fuse/confirmation) Small tweak on the docs --- .../services/confirmation/confirmation.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html b/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html index 41cd757c..90aa2def 100644 --- a/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html +++ b/src/app/modules/admin/ui/fuse-components/services/confirmation/confirmation.component.html @@ -106,7 +106,7 @@
title
- Title of the confirmation dialog. + Title of the confirmation dialog, HTML is allowed. @@ -114,7 +114,7 @@
message
- Message of the confirmation dialog. + Message of the confirmation dialog, HTML is allowed.