addd missing translations and show value type in table

This commit is contained in:
Proddy
2023-09-02 13:40:33 +02:00
parent 243aec37fd
commit 57a585741d
3 changed files with 24 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ const SettingsEntitiesDialog = ({
<ValidatedTextField
fieldErrors={fieldErrors}
name="offset"
label="Offset"
label={LL.OFFSET()}
margin="normal"
fullWidth
type="number"
@@ -159,7 +159,7 @@ const SettingsEntitiesDialog = ({
<Grid item xs={4}>
<TextField
name="value_type"
label="Value Type"
label={LL.VALUE(1) + ' ' + LL.TYPE(1)}
value={editItem.value_type}
variant="outlined"
onChange={updateFormValue}