macros to macro, minor fixes

This commit is contained in:
sanjayk03-dev
2024-03-26 21:15:00 +05:30
parent 6fc9ff6004
commit ccf3e89fbd
3 changed files with 11 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ script#control-view-template(type="text/x-template")
message(:show.sync="showNoGcodeMessage")
h3(slot="header") GCode Not Set
div(slot="body")
p Configure the GCode for the selected macros to use it
p Configure the GCode for the selected macro to use it
div(slot="footer")
button.pure-button(@click="showNoGcodeMessage=false") OK
@@ -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 selected macro is being loaded.
p The {{state.selected || "selected macro"}} is being loaded.
div(slot="footer")
button.pure-button(@click="macrosLoading=false") Cancel