fix(frontend): translate to english

This commit is contained in:
leandrofars 2024-04-14 13:32:38 -03:00
parent f6d88ace69
commit 7bf9a4ec86

View File

@ -162,7 +162,7 @@ const Page = () => {
>
<OverviewTasksProgress
sx={{ height: '100%' }}
mtp={"Conexão STOMP"}
mtp={"STOMP Connection"}
type={"stomp"}
value={generalInfo.StompRtt}
/>
@ -174,7 +174,7 @@ const Page = () => {
>
<OverviewTasksProgress
sx={{ height: '100%' }}
mtp={"Conexão MQTT"}
mtp={"MQTT Connection"}
type={"mqtt"}
value={generalInfo.MqttRtt}
/>
@ -186,7 +186,7 @@ const Page = () => {
>
<OverviewTasksProgress
sx={{ height: '100%' }}
mtp={"Conexão Websockets"}
mtp={"Websockets Connection"}
type={"websocket"}
value={generalInfo.WebsocketsRtt}
/>