From a0c5a22d123f1bdaa8ec7bfbf75f76cbe2ace29a Mon Sep 17 00:00:00 2001 From: "Manor, Yanir (ym903w)" Date: Sun, 21 Oct 2018 11:00:42 +0300 Subject: Update code to latest Change-Id: I76b37c2d6d333204899c9bc87f310e5b607a5e73 Issue-ID: DCAEGEN2-836 Signed-off-by: Manor, Yanir (ym903w) --- .../rule-engine/confirm-popup/confirm-popup.component.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'public/src/app/rule-engine/confirm-popup/confirm-popup.component.html') diff --git a/public/src/app/rule-engine/confirm-popup/confirm-popup.component.html b/public/src/app/rule-engine/confirm-popup/confirm-popup.component.html index 837e0f8..aa0434b 100644 --- a/public/src/app/rule-engine/confirm-popup/confirm-popup.component.html +++ b/public/src/app/rule-engine/confirm-popup/confirm-popup.component.html @@ -19,12 +19,17 @@ align-items: center;" [innerHTML]="'x' | feather:20" (click)="close(false)"> -
- Are you sure you want to delete? +
+
+ Are you sure you want to delete MC configuration? +
+
+ This will remove the assigned blueprint artifact. +
- -- cgit