forked from p34709852/monkey
ui: change language from "use" -> submit for consistency
This commit is contained in:
parent
7079a6fd23
commit
2ef81d5688
|
@ -10,7 +10,7 @@ function UnsafeOptionsConfirmationModal(props) {
|
|||
</h2>
|
||||
<p className='text-center' style={{'fontSize': '1.2em', 'marginBottom': '2em'}}>
|
||||
Some of the selected options could cause systems to become unstable or malfunction.
|
||||
Are you sure you want to use the selected settings?
|
||||
Are you sure you want to submit the selected settings?
|
||||
</p>
|
||||
<div className='text-center'>
|
||||
<Button type='button'
|
||||
|
@ -25,7 +25,7 @@ function UnsafeOptionsConfirmationModal(props) {
|
|||
size='lg'
|
||||
style={{margin: '5px'}}
|
||||
onClick={() => {props.onContinueClick()}}>
|
||||
I know what I'm doing.
|
||||
Submit
|
||||
</Button>
|
||||
</div>
|
||||
</Modal.Body>
|
||||
|
|
Loading…
Reference in New Issue