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>
<TooltipContent className="text-foreground max-w-md space-y-2 p-4">
Controls the language for the document, including the language to be used
for email notifications, and the final certificate that is generated and
attached to the document.
<Trans>
Controls the language for the document, including the language to be used
for email notifications, and the final certificate that is generated and
attached to the document.
</Trans>
</TooltipContent>
</Tooltip>
</FormLabel>