1
0
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:
John Mitchell 2018-05-10 13:38:56 -04:00
parent 956596227b
commit 77eea40d0b
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -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')