Skip to content

Commit 0583355

Browse files
committed
UI: Fix re-generate button hovertext
1 parent 610ec6d commit 0583355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/RunManually/LocalManualRunOptions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const getContents = (props) => {
8484
</div>
8585
</div>
8686
<CommandDisplay commands={commands}/>
87-
<Button style={{'float': 'right'}} title="Copy to Clipboard" onClick={getOtp}>Re-generate</Button>
87+
<Button style={{'float': 'right'}} title="Re-generate run monkey command" onClick={getOtp}>Re-generate</Button>
8888
</>
8989
)
9090
}

0 commit comments

Comments
 (0)