From b3a9291d44ea75e8c27872e8ae9a5b8a5f004237 Mon Sep 17 00:00:00 2001 From: Aman upadhyay Date: Thu, 14 Nov 2019 19:40:56 +0530 Subject: [PATCH] update front changes --- resources/assets/js/plugins/en.js | 2 ++ .../assets/js/views/settings/UpdateApp.vue | 33 +++++++++++++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/plugins/en.js b/resources/assets/js/plugins/en.js index 2ad510fb..32aff377 100644 --- a/resources/assets/js/plugins/en.js +++ b/resources/assets/js/plugins/en.js @@ -665,6 +665,8 @@ export default { update_app: { title: 'Update App', description: 'update app description', + check_update: 'Check for updates', + avail_update: 'Update available', update: 'Update' } }, diff --git a/resources/assets/js/views/settings/UpdateApp.vue b/resources/assets/js/views/settings/UpdateApp.vue index 4c3183d2..2c048103 100644 --- a/resources/assets/js/views/settings/UpdateApp.vue +++ b/resources/assets/js/views/settings/UpdateApp.vue @@ -6,9 +6,18 @@

{{ $t('settings.update_app.description') }}

- - {{ $t('settings.update_app.update') }} +

Current version: 1.0.0

+ + + {{ $t('settings.update_app.check_update') }} +
+ +

Latest version: 2.0.0

+ + {{ $t('settings.update_app.update') }} + +
+ +