Changed cancel workflow text from CANCEL to PROCEED

This commit is contained in:
Michael Abashian
2017-02-21 10:22:44 -05:00
parent f377136095
commit eb642c1028

View File

@@ -107,7 +107,7 @@ export default ['$q', 'Prompt', '$filter', 'Wait', 'Rest', '$state', 'ProcessErr
} }
}); });
}, },
actionText: 'CANCEL' actionText: 'PROCEED'
}); });
}, },
relaunchJob: function(scope) { relaunchJob: function(scope) {