From b3584c8f4d40af123f454cdc66ff269c3969a3eb Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Tue, 26 Mar 2024 21:20:14 +0530 Subject: [PATCH] minor changes to alert --- src/pug/templates/control-view.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index ff912ac..fa7b90e 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -21,7 +21,7 @@ script#control-view-template(type="text/x-template") message(:show.sync="macrosLoading") h3(slot="header") Run Macro? div(slot="body") - p The {{state.selected || "selected macro"}} is being loaded. + p The {{"Macro file "+state.selected || "selected macro"}} is being loaded. div(slot="footer") button.pure-button(@click="macrosLoading=false") Cancel