mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Rolled credential warning string back to include remove or replace
This commit is contained in:
@@ -33,7 +33,7 @@ function TemplatesStrings (BaseString) {
|
|||||||
NO_INVENTORY_SELECTED: t.s('No inventory selected'),
|
NO_INVENTORY_SELECTED: t.s('No inventory selected'),
|
||||||
REVERT: t.s('REVERT'),
|
REVERT: t.s('REVERT'),
|
||||||
CREDENTIAL_TYPE: t.s('Credential Type'),
|
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.'),
|
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.'),
|
PLEASE_ENTER_PASSWORD: t.s('Please enter a password.'),
|
||||||
credential_passwords: {
|
credential_passwords: {
|
||||||
|
|||||||
Reference in New Issue
Block a user