Refresh button label (#112)
* Update ECU refresh button label * Update snapshot * remove
This commit is contained in:
@@ -69,7 +69,7 @@ const MainForm = () => {
|
||||
className={clsx(classes.formControl, classes.textField)}
|
||||
onClick={updateHandler}
|
||||
>
|
||||
{busy ? "Sending..." : "Update"}
|
||||
{busy ? "Sending..." : "Refresh"}
|
||||
</Button>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user