Use sentence case whenever possible
This commit is contained in:
@@ -44,7 +44,7 @@ function installationStateLabel(app) {
|
||||
}
|
||||
case ISTATES.INSTALLED: {
|
||||
if (app.debugMode) {
|
||||
return 'Recovery Mode';
|
||||
return 'Paused (recovery mode)';
|
||||
} else if (app.runState === RSTATES.RUNNING) {
|
||||
if (!app.health) return 'Starting...'; // no data yet
|
||||
if (app.type === APP_TYPES.LINK) return '';
|
||||
|
||||
Reference in New Issue
Block a user