add more prompt tests

This commit is contained in:
Keith Grant
2020-04-08 11:48:11 -07:00
parent 9cab5a5046
commit 42898b94e2
6 changed files with 252 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ function LaunchPrompt({ config, resource, onLaunch, onCancel, i18n }) {
if (config.ask_credential_on_launch) {
initialValues.credentials = resource?.summary_fields?.credentials || [];
steps.push({
name: i18n._(t`Credential`),
name: i18n._(t`Credentials`),
component: <CredentialsStep />,
});
}