Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1013 | concept details | updated collection…
Browse files Browse the repository at this point in the history
… membersship tooltip
  • Loading branch information
snyaggarwal committed Oct 4, 2021
1 parent e7456ff commit 70d2f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/concepts/ConceptCollections.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ConceptCollections = ({ concept, isLoadingCollections }) => {
<span className='flex-vertical-center' style={{width: '100%', justifyContent: 'space-between'}}>
<TabCountLabel style={ACCORDIAN_HEADING_STYLES} label='Collection Membership' count={count} />
<span className='flex-vertical-center' style={{marginLeft: '10px'}}>
<Tooltip title='Showing internal collection versions only, i.e., collection versions from same owner'>
<Tooltip title='Showing only collections owned by the same organization or user'>
<InfoIcon fontSize='small' color='action' />
</Tooltip>
</span>
Expand Down

0 comments on commit 70d2f6f

Please sign in to comment.