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

View File

@@ -103,7 +103,7 @@ function ListTokensController (
Prompt({ Prompt({
hdr: strings.get('deleteResource.HEADER'), hdr: strings.get('deleteResource.HEADER'),
resourceName: 'token', resourceName: strings.get('list.HEADER', tok.summary_fields.application.name),
body: deleteModalBody, body: deleteModalBody,
action, action,
actionText: strings.get('add.DELETE_ACTION_LABEL') actionText: strings.get('add.DELETE_ACTION_LABEL')