Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1078 | mappings/collections section tooltip…
Browse files Browse the repository at this point in the history
… updates
  • Loading branch information
snyaggarwal committed Nov 1, 2021
1 parent 6faaeae commit 78bb2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 only collections owned by the same organization or user'>
<Tooltip title='The Collection Membership section only lists collections under the same owner.'>
<InfoIcon fontSize='small' color='action' />
</Tooltip>
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/components/concepts/HomeMappings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const HomeMappings = ({ source, concept, isLoadingMappings, childConcepts, paren
<span className='flex-vertical-center' style={{width: '100%', justifyContent: 'space-between'}}>
<TabCountLabel label='Associations' count={count} style={ACCORDIAN_HEADING_STYLES} />
<span className='flex-vertical-center' style={{marginLeft: '10px'}}>
<Tooltip title='Showing only associations in the same source'>
<Tooltip title='The Associations section lists hierarchy and mapping associations from the same source.'>
<InfoIcon fontSize='small' color='action' />
</Tooltip>
</span>
Expand Down

0 comments on commit 78bb2ab

Please sign in to comment.