Skip to content

Commit

Permalink
refactor(ui): Rename "dataset details" button text to "view details" …
Browse files Browse the repository at this point in the history
…on lineage sidebar profile (#9196)
  • Loading branch information
jjoyce0510 authored Nov 7, 2023
1 parent 279fdd5 commit ac9a014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-web-react/src/app/lineage/LineageExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export default function LineageExplorer({ urn, type }: Props) {
Close
</Button>
<Button href={entityRegistry.getEntityUrl(selectedEntity.type, selectedEntity.urn)}>
<InfoCircleOutlined /> {entityRegistry.getEntityName(selectedEntity.type)} Details
<InfoCircleOutlined /> View details
</Button>
</FooterButtonGroup>
)
Expand Down

0 comments on commit ac9a014

Please sign in to comment.