Scheduler name optional

This commit is contained in:
MichaelDvP
2024-07-08 10:20:13 +02:00
parent 2f66fec748
commit d774591065
2 changed files with 3 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ const SchedulerDialog = ({
<ValidatedTextField
fieldErrors={fieldErrors}
name="name"
label={LL.NAME(0)}
label={LL.NAME(0) + ' (' + LL.OPTIONAL() + ')'}
value={editItem.name}
fullWidth
margin="normal"