Skip to content

Commit

Permalink
rephrasing soft delete banner (datahub-project#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons authored and maggiehays committed Aug 1, 2022
1 parent 1b5656d commit 673659f
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 673659f

Please sign in to comment.