fix: missing trans tags

This commit is contained in:
David Nguyen
2024-11-12 15:59:04 +07:00
parent c305944014
commit 3e1ef92596
2 changed files with 10 additions and 6 deletions

View File

@ -180,9 +180,11 @@ export const AddSettingsFormPartial = ({
</TooltipTrigger> </TooltipTrigger>
<TooltipContent className="text-foreground max-w-md space-y-2 p-4"> <TooltipContent className="text-foreground max-w-md space-y-2 p-4">
<Trans>
Controls the language for the document, including the language to be used Controls the language for the document, including the language to be used
for email notifications, and the final certificate that is generated and for email notifications, and the final certificate that is generated and
attached to the document. attached to the document.
</Trans>
</TooltipContent> </TooltipContent>
</Tooltip> </Tooltip>
</FormLabel> </FormLabel>

View File

@ -166,9 +166,11 @@ export const AddTemplateSettingsFormPartial = ({
</TooltipTrigger> </TooltipTrigger>
<TooltipContent className="text-foreground max-w-md space-y-2 p-4"> <TooltipContent className="text-foreground max-w-md space-y-2 p-4">
<Trans>
Controls the language for the document, including the language to be used Controls the language for the document, including the language to be used
for email notifications, and the final certificate that is generated and for email notifications, and the final certificate that is generated and
attached to the document. attached to the document.
</Trans>
</TooltipContent> </TooltipContent>
</Tooltip> </Tooltip>
</FormLabel> </FormLabel>