Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#754 | updated label for association
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed May 14, 2021
1 parent 4dabad9 commit 0a672e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SourceChildVersionAssociationWithContainer = ({ associatedWith }) => {
<div className='col-md-12 no-side-padding'>
<Collapse in={open} className="col-md-12" style={{padding: '0px', display: `${open ? 'block' : 'none'}`, margin: '5px 0 5px 100px'}}>
<div style={{textAlign: 'left'}} className='gray-italics-small'>
{`Associated with ${count}`}
{`Associated with ${count} versions`}
</div>
{
map(associatedWith.source, uri => {
Expand Down

0 comments on commit 0a672e3

Please sign in to comment.