fix(gui): typo in save settings
This commit is contained in:
parent
ab3f721ac8
commit
d5a9d8c0cd
@ -232,7 +232,7 @@ export default class AdminPage extends Page {
|
||||
}
|
||||
|
||||
<div className='row center pad0-75'>
|
||||
<RaisedButton label="Save Sttings" primary={true} onClick={() => {
|
||||
<RaisedButton label="Save Settings" primary={true} onClick={() => {
|
||||
this.saveSettings()
|
||||
}} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user