diff --git a/resources/assets/js/plugins/en.js b/resources/assets/js/plugins/en.js
index 64b09749..6bd34c4d 100644
--- a/resources/assets/js/plugins/en.js
+++ b/resources/assets/js/plugins/en.js
@@ -668,8 +668,13 @@ export default {
},
update_app: {
title: 'Update App',
- description: 'update app description',
- update: 'Update'
+ description: 'You can easily update Crater by checking for a new update by clicking the button below',
+ check_update: 'Check for updates',
+ avail_update: 'New Update available',
+ next_version: 'Next version',
+ update: 'Update',
+ update_progress: 'Update in progress...',
+ progress_text: 'It will just take a few minutes. Please do not refresh the screen or close the window before the update finishes'
}
},
wizard: {
diff --git a/resources/assets/js/views/settings/UpdateApp.vue b/resources/assets/js/views/settings/UpdateApp.vue
index 4c3183d2..787d066d 100644
--- a/resources/assets/js/views/settings/UpdateApp.vue
+++ b/resources/assets/js/views/settings/UpdateApp.vue
@@ -6,50 +6,89 @@