From 3b8bc9fdab108698bdf6e819638c4bd2e4f6aa6b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 28 Aug 2019 22:13:28 -0700 Subject: [PATCH] Rename pending to queued --- src/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/index.js b/src/js/index.js index 12e57ffcd..fc93743e8 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -296,7 +296,7 @@ app.filter('installationStateLabel', function() { } return function(app) { - var waiting = app.progress === 0 ? ' (Pending)' : ''; + var waiting = app.progress === 0 ? ' (Queued)' : ''; switch (app.installationState) { case ISTATES.PENDING_INSTALL: