grammar fix
This commit is contained in:
@@ -274,7 +274,7 @@ script#control-view-template(type="text/x-template")
|
|||||||
message(:show.sync="showFileDuplicate")
|
message(:show.sync="showFileDuplicate")
|
||||||
h3(slot="header") G-Code file with the same name already exists
|
h3(slot="header") G-Code file with the same name already exists
|
||||||
div(slot="body")
|
div(slot="body")
|
||||||
p Please rename the file and try again.
|
p Please rename the file or delete the existing file and try again.
|
||||||
|
|
||||||
div(slot="footer")
|
div(slot="footer")
|
||||||
button.pure-button(@click="showFileDuplicate=false") OK
|
button.pure-button(@click="showFileDuplicate=false") OK
|
||||||
|
|||||||
Reference in New Issue
Block a user