diff --git a/chameleon-client/src/views/SettingsViewes/General.vue b/chameleon-client/src/views/SettingsViewes/General.vue index 46e97426b..624edc8ab 100644 --- a/chameleon-client/src/views/SettingsViewes/General.vue +++ b/chameleon-client/src/views/SettingsViewes/General.vue @@ -104,9 +104,9 @@ computed: { fileUploadText() { if (this.file !== undefined) { - return "Install and update" + return "update and run at startup" } else { - return "Install current version" + return "Run current version at startup" } }, isDisabled() {