mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
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…
Reference in New Issue
Block a user