mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
Rolled credential warning string back to include remove or replace
This commit is contained in:
parent
68ac23dd46
commit
1a4e7c8572
@ -33,7 +33,7 @@ function TemplatesStrings (BaseString) {
|
||||
NO_INVENTORY_SELECTED: t.s('No inventory selected'),
|
||||
REVERT: t.s('REVERT'),
|
||||
CREDENTIAL_TYPE: t.s('Credential Type'),
|
||||
CREDENTIAL_PASSWORD_WARNING: t.s('Credentials that require passwords on launch are not permitted for template schedules and workflow nodes. The following credentials must be replaced to proceed:'),
|
||||
CREDENTIAL_PASSWORD_WARNING: t.s('Credentials that require passwords on launch are not permitted for template schedules and workflow nodes. The following credentials must be removed or replaced to proceed:'),
|
||||
PASSWORDS_REQUIRED_HELP: t.s('Launching this job requires the passwords listed below. Enter and confirm each password before continuing.'),
|
||||
PLEASE_ENTER_PASSWORD: t.s('Please enter a password.'),
|
||||
credential_passwords: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user