forked from p15670423/monkey
ui: fix capitalization of "Import config" button for consistency
This commit is contained in:
parent
8f32c48964
commit
f82d4a1b97
|
@ -524,7 +524,7 @@ class ConfigurePageComponent extends AuthComponent {
|
|||
<div className='text-center'>
|
||||
<button onClick={() => document.getElementById('uploadInputInternal').click()}
|
||||
className='btn btn-info btn-lg' style={{margin: '5px'}}>
|
||||
Import Config
|
||||
Import config
|
||||
</button>
|
||||
<input id='uploadInputInternal' type='file' accept='.conf' onChange={this.importConfig}
|
||||
style={{display: 'none'}}/>
|
||||
|
|
Loading…
Reference in New Issue