Skip to content

Commit

Permalink
rephrasing soft delete banner (#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons authored Apr 26, 2022
1 parent d2a6bc0 commit b811254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const EntityProfile = <T, U>({
{showBrowseBar && <EntityProfileNavBar urn={urn} entityType={entityType} />}
{entityData?.status?.removed === true && (
<Alert
message="This entity has been soft deleted and is not discoverable via search or lineage graph"
message="This entity is not discoverable via search or lineage graph. Contact your DataHub admin for more information."
banner
/>
)}
Expand Down

0 comments on commit b811254

Please sign in to comment.