fix i18n add help page

This commit is contained in:
Julien Aldon
2026-02-16 16:38:34 +01:00
parent be8e32ebed
commit 5354a74cac
21 changed files with 524 additions and 224 deletions

View File

@@ -77,6 +77,7 @@ export default function FormModal({ opened, onClose, currentForm, handleSubmit }
<TextInput
label={t("form name", { capfirst: true })}
placeholder={t("form name", { capfirst: true })}
description={t("form name recommandation", { capfirst: true })}
radius="sm"
withAsterisk
{...form.getInputProps("name")}