forked from p15670423/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>
|
</h2>
|
||||||
<p className='text-center' style={{'fontSize': '1.2em', 'marginBottom': '2em'}}>
|
<p className='text-center' style={{'fontSize': '1.2em', 'marginBottom': '2em'}}>
|
||||||
Some of the selected options could cause systems to become unstable or malfunction.
|
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>
|
</p>
|
||||||
<div className='text-center'>
|
<div className='text-center'>
|
||||||
<Button type='button'
|
<Button type='button'
|
||||||
|
@ -25,7 +25,7 @@ function UnsafeOptionsConfirmationModal(props) {
|
||||||
size='lg'
|
size='lg'
|
||||||
style={{margin: '5px'}}
|
style={{margin: '5px'}}
|
||||||
onClick={() => {props.onContinueClick()}}>
|
onClick={() => {props.onContinueClick()}}>
|
||||||
I know what I'm doing.
|
Submit
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</Modal.Body>
|
</Modal.Body>
|
||||||
|
|
Loading…
Reference in New Issue