From 9fa89ee1b0ba80eb88fa9e47411b71d3991ffbae Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Wed, 31 Jan 2018 01:30:33 +0530 Subject: [PATCH] fix: Update locked button label --- common/app/routes/Challenges/Tool-Panel.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/app/routes/Challenges/Tool-Panel.jsx b/common/app/routes/Challenges/Tool-Panel.jsx index e8c72337236..d84f8fabbad 100644 --- a/common/app/routes/Challenges/Tool-Panel.jsx +++ b/common/app/routes/Challenges/Tool-Panel.jsx @@ -5,7 +5,7 @@ import { Button, Tooltip, OverlayTrigger } from 'react-bootstrap'; const unlockWarning = (

- Careful! Only run code you trust + Careful! Only run code you trust.

); @@ -73,7 +73,7 @@ export default class ToolPanel extends PureComponent { className='btn-big' onClick={ unlockUntrustedCode } > - Code Locked. Unlock? + I trust this code. Unlock it. );