replace reset with restart

This commit is contained in:
proddy
2025-03-28 17:22:36 +01:00
parent b6659b8586
commit 32ab9dda45

View File

@@ -97,7 +97,7 @@ const SystemMonitor = () => {
color="error" color="error"
onClick={onCancel} onClick={onCancel}
> >
{LL.RESET(0)} {LL.RESTART()}
</Button> </Button>
</MessageBox> </MessageBox>
) : ( ) : (