use translation for is_required

This commit is contained in:
proddy
2025-01-12 11:58:03 +01:00
parent 2323fdfe56
commit b60f333edb

View File

@@ -209,7 +209,7 @@ const ApplicationSettings = () => {
{LL.ENABLE_MODBUS()}
{!hardwareData.psram && (
<Typography variant="caption">
&nbsp; &#40;PSRAM required&#41;
&nbsp; &#40;{LL.IS_REQUIRED('PSRAM')}&#41;
</Typography>
)}
</Typography>