We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610ec6d commit 0583355Copy full SHA for 0583355
monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/RunManually/LocalManualRunOptions.js
@@ -84,7 +84,7 @@ const getContents = (props) => {
84
</div>
85
86
<CommandDisplay commands={commands}/>
87
- <Button style={{'float': 'right'}} title="Copy to Clipboard" onClick={getOtp}>Re-generate</Button>
+ <Button style={{'float': 'right'}} title="Re-generate run monkey command" onClick={getOtp}>Re-generate</Button>
88
</>
89
)
90
}
0 commit comments