fix(i18n): add space between tag and text (#2972)

This commit is contained in:
Konrad
2026-06-11 02:31:19 +02:00
committed by GitHub
parent ac0a0086d6
commit b84b87cea6
@@ -365,8 +365,7 @@ const SigningPageV1 = ({ data }: { data: Awaited<ReturnType<typeof handleV1Loade
<h2 className="mt-6 max-w-[35ch] text-center font-semibold text-2xl leading-normal md:text-3xl lg:text-4xl">
<Trans>
<span className="mt-1.5 block">"{document.title}"</span>
is no longer available to sign
<span className="mt-1.5 block">"{document.title}"</span> is no longer available to sign
</Trans>
</h2>
@@ -452,8 +451,7 @@ const SigningPageV2 = ({ data }: { data: Awaited<ReturnType<typeof handleV2Loade
<h2 className="mt-6 max-w-[35ch] text-center font-semibold text-2xl leading-normal md:text-3xl lg:text-4xl">
<Trans>
<span className="mt-1.5 block">"{envelope.title}"</span>
is no longer available to sign
<span className="mt-1.5 block">"{envelope.title}"</span> is no longer available to sign
</Trans>
</h2>