diff --git a/www/Dashboard.js b/www/Dashboard.js index 3aecc878..52107a8e 100644 --- a/www/Dashboard.js +++ b/www/Dashboard.js @@ -159,7 +159,7 @@ Ext.define('PBS.Dashboard', { type = 'sync'; } - if (type.startsWith('verify')) { + if (type.startsWith('verif')) { type = 'verify'; }