Merge branch 'emsesp:dev' into dev

This commit is contained in:
Proddy
2024-08-04 22:03:59 +02:00
committed by GitHub
16 changed files with 77 additions and 46 deletions

View File

@@ -291,7 +291,7 @@ const CustomEntitiesDialog = ({
fullWidth
margin="normal"
type="number"
inputProps={{ min: '1', max: '27', step: '1' }}
inputProps={{ min: '1', max: String(256 - editItem.offset), step: '1' }}
/>
</Grid>
)}

View File

@@ -127,7 +127,7 @@ const Settings: FC = () => {
icon={ViewModuleIcon}
bgcolor="#efc34b"
label="Modules"
text="Activate or deactivate external modules"
text={LL.MODULES_1()}
to="modules"
/>