change text for custom entities

This commit is contained in:
Proddy
2024-01-21 18:26:36 +01:00
parent fe30b8de8d
commit a3ccc83cf3
7 changed files with 12 additions and 12 deletions

View File

@@ -130,7 +130,7 @@ const SettingsCustomEntitiesDialog = ({
<Grid item xs={4}>
<TextField
name="value"
label={LL.STARTVALUE()}
label={LL.DEFAULT(0) + ' ' + LL.VALUE(1)}
value={editItem.value}
variant="outlined"
onChange={updateFormValue}