Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1465 | added beta text
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Feb 2, 2023
1 parent 410c5bf commit cfb12e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CloneToSource.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class CloneToSource extends React.Component {
</Popper>
<Dialog open={openDialog} onClose={this.handleDialogClose} scroll='paper' fullWidth maxWidth='md' disableEscapeKeyDown={isAdding}>
<DialogTitleWithCloseButton disaled={isAdding} onClose={this.handleDialogClose}>
<BetaIcon style={{marginRight: '5px'}} /> Clone Concept(s) to Source: <b>{this.getSourceName()}</b>
<BetaIcon style={{marginRight: '5px'}} /> Clone Concept(s) to Source: <b>{this.getSourceName()}</b> (beta)
</DialogTitleWithCloseButton>
<DialogContent>
<DialogContentText>
Expand Down

0 comments on commit cfb12e4

Please sign in to comment.