diff --git a/src/js/index.js b/src/js/index.js index b8c60d73f..9659f42bc 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -334,7 +334,7 @@ app.filter('installationStateLabel', function () { } case ISTATES.INSTALLED: { if (app.debugMode) { - return 'Paused'; + return 'Recovery Mode'; } else if (app.runState === 'running') { if (!app.health) return 'Starting...'; // no data yet if (app.health === HSTATES.HEALTHY) return 'Running';