adds label for round robin count input field

pull/12169/head
david-m-l21s 2023-10-31 18:25:08 +01:00
parent 59b148128f
commit 8d5401a1fa
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ const Hosts = (
<TextField <TextField
required required
type="number" type="number"
label={t("round_robin_hosts_count")} label="How many Round Robin hosts should participate?"
defaultValue={roundRobinHostCount} defaultValue={roundRobinHostCount}
{...register("roundRobinHostCount")} {...register("roundRobinHostCount")}
min={1} min={1}