Rename paused to recovery mode

This commit is contained in:
Girish Ramakrishnan
2019-12-20 11:53:06 -08:00
parent f7cc5be173
commit 95f3158bb4
+1 -1
View File
@@ -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';