fix: inconsistent duration labels (#10223)

pull/10219/head^2
Mehul 2023-07-18 19:40:28 +05:30 committed by GitHub
parent 9343aee778
commit 8a1023087f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@ export default function CreateEventTypeDialog({
required
min="10"
placeholder="15"
label={t("length")}
label={t("duration")}
className="pr-4"
{...register("length", { valueAsNumber: true })}
addOnSuffix={t("minutes")}

View File

@ -143,7 +143,7 @@ const DuplicateDialog = () => {
required
min="1"
placeholder="15"
label={t("length")}
label={t("duration")}
{...register("length", { valueAsNumber: true })}
addOnSuffix={t("minutes")}
/>