mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
use translation for is_required
This commit is contained in:
@@ -209,7 +209,7 @@ const ApplicationSettings = () => {
|
|||||||
{LL.ENABLE_MODBUS()}
|
{LL.ENABLE_MODBUS()}
|
||||||
{!hardwareData.psram && (
|
{!hardwareData.psram && (
|
||||||
<Typography variant="caption">
|
<Typography variant="caption">
|
||||||
(PSRAM required)
|
({LL.IS_REQUIRED('PSRAM')})
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user