Refresh button label (#112)

* Update ECU refresh button label

* Update snapshot

* remove
This commit is contained in:
John Wu
2021-11-19 10:02:05 -08:00
committed by GitHub
parent 410962fe97
commit 1410878170
2 changed files with 2 additions and 2 deletions

View File

@@ -7222,7 +7222,7 @@ exports[`App Route /vehicle-status authenticated 1`] = `
<span
class="MuiButton-label"
>
Update
Refresh
</span>
<span
class="MuiTouchRipple-root"

View File

@@ -69,7 +69,7 @@ const MainForm = () => {
className={clsx(classes.formControl, classes.textField)}
onClick={updateHandler}
>
{busy ? "Sending..." : "Update"}
{busy ? "Sending..." : "Refresh"}
</Button>
</Grid>
</Grid>