banks comments fixes

This commit is contained in:
Unknown
2020-02-27 10:05:26 +02:00
parent a7b2809a8b
commit 4629e2052c
4 changed files with 8 additions and 8 deletions

View File

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