ui: change language from "use" -> submit for consistency

This commit is contained in:
Mike Salvatore 2021-02-26 11:06:33 -05:00
parent 7079a6fd23
commit 2ef81d5688
1 changed files with 2 additions and 2 deletions

View File

@ -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>