diff --git a/ui/src/holdingpen-new/components/AuthorResultItem.tsx b/ui/src/holdingpen-new/components/AuthorResultItem.tsx index c00dc06aa..d0791d627 100644 --- a/ui/src/holdingpen-new/components/AuthorResultItem.tsx +++ b/ui/src/holdingpen-new/components/AuthorResultItem.tsx @@ -41,7 +41,7 @@ const renderWorkflowStatus = (status: string) => { icon: , text: 'Error', description: - 'This record is in error state. View the detailed record for more information.', + 'This record is in error state. View record details for more information.', }, }; @@ -81,6 +81,12 @@ const AuthorResultItem = ({ item }: { item: any }) => {
Author + {item?.get('workflow_type') === 'AUTHOR_UPDATE' && ( + <> + {' '} + Update + + )} {item?.get('user_action') && ( {

- This record is in error state. View the detailed record for more + This record is in error state. View record details for more information.