chore: update test

This commit is contained in:
Catalin Pit
2026-07-23 14:15:16 +03:00
parent a4e24b387d
commit c0efb4f0b3
2 changed files with 7 additions and 6 deletions
@@ -767,11 +767,12 @@ export function TemplateUseDialog({
name="customDocumentName"
render={({ field }) => (
<FormItem className="ml-6">
<FormLabel>
<Trans>Custom document name</Trans>
</FormLabel>
<FormControl>
<Input {...field} placeholder={_(msg`Enter a document name`)} />
<Input
{...field}
aria-label={_(msg`Custom document name`)}
placeholder={_(msg`Enter a document name`)}
/>
</FormControl>
<FormMessage />
</FormItem>