rename EXECUTE to RUN

This commit is contained in:
proddy
2026-09-04 13:28:21 +02:00
parent dc623cb32a
commit 09e1ee9914
+1 -1
View File
@@ -369,7 +369,7 @@ const SystemLog = () => {
) : ( ) : (
<> <>
{data.developer_mode && ( {data.developer_mode && (
<IconButton onClick={sendReadCommand} aria-label={LL.EXECUTE()}> <IconButton onClick={sendReadCommand} aria-label={LL.RUN()}>
<PlayArrowIcon color="primary" /> <PlayArrowIcon color="primary" />
</IconButton> </IconButton>
)} )}