syntax change for auto install

This commit is contained in:
ori agranat
2020-02-09 22:30:19 +02:00
parent 293f9865ba
commit 74e6cf7b15

View File

@@ -104,9 +104,9 @@
computed: { computed: {
fileUploadText() { fileUploadText() {
if (this.file !== undefined) { if (this.file !== undefined) {
return "Install and update" return "update and run at startup"
} else { } else {
return "Install current version" return "Run current version at startup"
} }
}, },
isDisabled() { isDisabled() {