mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Merge pull request #8375 from mabashian/workflow-approvals
Adds workflow approval list and details Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -138,7 +138,7 @@ function NotificationTemplatesList({ i18n }) {
|
||||
key="delete"
|
||||
onDelete={handleDelete}
|
||||
itemsToDelete={selected}
|
||||
pluralizedItemName="Organizations"
|
||||
pluralizedItemName={i18n._(t`Notification Templates`)}
|
||||
/>,
|
||||
]}
|
||||
/>
|
||||
@@ -164,7 +164,7 @@ function NotificationTemplatesList({ i18n }) {
|
||||
title={i18n._(t`Error!`)}
|
||||
onClose={clearDeletionError}
|
||||
>
|
||||
{i18n._(t`Failed to delete one or more organizations.`)}
|
||||
{i18n._(t`Failed to delete one or more notification template.`)}
|
||||
<ErrorDetail error={deletionError} />
|
||||
</AlertModal>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user