mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
use version translations
This commit is contained in:
@@ -193,7 +193,7 @@ const Version = () => {
|
||||
Firmware Version
|
||||
</Typography>
|
||||
|
||||
<Grid container spacing={11}>
|
||||
<Grid container spacing={4}>
|
||||
<Grid mb={1}>
|
||||
<Typography mb={1} color="secondary">
|
||||
{LL.VERSION()}
|
||||
@@ -243,10 +243,10 @@ const Version = () => {
|
||||
<Grid container spacing={4}>
|
||||
<Grid mb={1}>
|
||||
<Typography mb={1} color="secondary">
|
||||
Stable Release
|
||||
{LL.STABLE()}
|
||||
</Typography>
|
||||
<Typography mb={1} color="secondary">
|
||||
Development Release
|
||||
{LL.DEVELOPMENT()}
|
||||
</Typography>
|
||||
</Grid>
|
||||
<Grid mb={1}>
|
||||
|
||||
Reference in New Issue
Block a user