diff --git a/app/controllers/common.js b/app/controllers/common.js index a13d8e3..d7fb9af 100644 --- a/app/controllers/common.js +++ b/app/controllers/common.js @@ -1,7 +1,7 @@ 'use strict'; exports.notReady = function (err, res, p) { - res.status(503).send('Server not yet ready. Percentage:' + p); + res.status(503).send('Server not yet ready. Sync Percentage:' + p); }; exports.handleErrors = function (err, res) {