Skip to content

Commit

Permalink
fix: Update locked button label
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Jan 30, 2018
1 parent fc95bcb commit 9fa89ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/app/routes/Challenges/Tool-Panel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Button, Tooltip, OverlayTrigger } from 'react-bootstrap';
const unlockWarning = (
<Tooltip id='tooltip'>
<h4>
<strong>Careful!</strong> Only run code you trust
<strong>Careful!</strong> Only run code you trust.
</h4>
</Tooltip>
);
Expand Down Expand Up @@ -73,7 +73,7 @@ export default class ToolPanel extends PureComponent {
className='btn-big'
onClick={ unlockUntrustedCode }
>
Code Locked. Unlock?
I trust this code. Unlock it.
</Button>
</OverlayTrigger>
);
Expand Down

0 comments on commit 9fa89ee

Please sign in to comment.