Rename pending to queued

This commit is contained in:
Girish Ramakrishnan
2019-08-28 22:13:28 -07:00
parent c5d65fa030
commit 3b8bc9fdab

View File

@@ -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: