fix(i18n): mark paragraph strings for translation (#2498)

This commit is contained in:
Konrad
2026-02-16 01:57:03 +01:00
committed by GitHub
parent 2e3d22c856
commit f158305499
5 changed files with 21 additions and 7 deletions
@@ -116,9 +116,11 @@ export function AssistantConfirmationDialog({
{!isEditingNextSigner && (
<div>
<p className="text-muted-foreground text-sm">
The next recipient to sign this document will be{' '}
<span className="font-semibold">{form.watch('name')}</span> (
<span className="font-semibold">{form.watch('email')}</span>).
<Trans>
The next recipient to sign this document will be{' '}
<span className="font-semibold">{form.watch('name')}</span> (
<span className="font-semibold">{form.watch('email')}</span>).
</Trans>
</p>
<Button