mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 16:51:38 +10:00
fix: missing trans tags
This commit is contained in:
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user