minor changes in alert text
This commit is contained in:
@@ -21,7 +21,7 @@ script#control-view-template(type="text/x-template")
|
|||||||
message(:show.sync="macrosLoading")
|
message(:show.sync="macrosLoading")
|
||||||
h3(slot="header") Run Macro?
|
h3(slot="header") Run Macro?
|
||||||
div(slot="body")
|
div(slot="body")
|
||||||
p The {{"Macro file "+state.selected || "selected macro"}} is being loaded.
|
p The {{"macro file \""+state.selected+"\"" || "selected macro"}} is being loaded.
|
||||||
|
|
||||||
div(slot="footer")
|
div(slot="footer")
|
||||||
button.pure-button(@click="macrosLoading=false") Cancel
|
button.pure-button(@click="macrosLoading=false") Cancel
|
||||||
|
|||||||
Reference in New Issue
Block a user