Use sentence case whenever possible

This commit is contained in:
Girish Ramakrishnan
2025-11-12 18:42:24 +01:00
parent ce15958a9a
commit 39c68075fb
15 changed files with 306 additions and 291 deletions
+1 -1
View File
@@ -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 '';