mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Tweak labels for workflow pending approval message
This commit is contained in:
parent
0d31b05f98
commit
f20859c85f
@ -718,7 +718,7 @@ export default ['i18n', function(i18n) {
|
||||
ngDisabled: '!(notification_template.summary_fields.user_capabilities.edit || canAdd)',
|
||||
},
|
||||
running_message: {
|
||||
label: i18n._('Workflow Running Message'),
|
||||
label: i18n._('Workflow Pending Approval Message'),
|
||||
class: 'Form-formGroup--fullWidth',
|
||||
type: 'syntax_highlight',
|
||||
mode: 'jinja2',
|
||||
@ -729,7 +729,7 @@ export default ['i18n', function(i18n) {
|
||||
ngDisabled: '!(notification_template.summary_fields.user_capabilities.edit || canAdd)',
|
||||
},
|
||||
running_body: {
|
||||
label: i18n._('Workflow Running Message Body'),
|
||||
label: i18n._('Workflow Pending Approval Message Body'),
|
||||
class: 'Form-formGroup--fullWidth',
|
||||
type: 'syntax_highlight',
|
||||
mode: 'jinja2',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user