mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
use app name as part of delete token confirmation modal header
This commit is contained in:
parent
956596227b
commit
77eea40d0b
@ -103,7 +103,7 @@ function ListTokensController (
|
||||
|
||||
Prompt({
|
||||
hdr: strings.get('deleteResource.HEADER'),
|
||||
resourceName: 'token',
|
||||
resourceName: strings.get('list.HEADER', tok.summary_fields.application.name),
|
||||
body: deleteModalBody,
|
||||
action,
|
||||
actionText: strings.get('add.DELETE_ACTION_LABEL')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user