From f3d6a90a0bec0c722cee8321c0db6081844358a7 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sun, 23 Aug 2020 02:22:03 +0700 Subject: [PATCH] Updated dashboard.js and home.js again --- src/js/dashboard.js | 2 +- src/js/home.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/dashboard.js b/src/js/dashboard.js index 2cb53bc..74fc036 100644 --- a/src/js/dashboard.js +++ b/src/js/dashboard.js @@ -157,7 +157,7 @@ page.checkClientVersion = apiVersion => { const match = self.src.match(/\?_=(\d+)$/) if (match && match[1] && match[1] !== apiVersion) return swal({ - title: 'Updated detected!', + title: 'Update detected!', text: 'Client assets have been updated. Reload to display the latest version?', icon: 'info', buttons: { diff --git a/src/js/home.js b/src/js/home.js index 3d003b2..46dff3e 100644 --- a/src/js/home.js +++ b/src/js/home.js @@ -140,7 +140,7 @@ page.checkClientVersion = apiVersion => { const match = self.src.match(/\?_=(\d+)$/) if (match && match[1] && match[1] !== apiVersion) return swal({ - title: 'Updated detected!', + title: 'Update detected!', text: 'Client assets have been updated. Reload to display the latest version?', icon: 'info', buttons: {