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: {