Skip to content

Commit

Permalink
rephrasing soft delete banner
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons committed Apr 26, 2022
1 parent 6cab90e commit cd66d16
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 cd66d16

Please sign in to comment.