fix(i18n): mark span strings for translation (#2494)

This commit is contained in:
Konrad
2026-02-16 12:07:53 +11:00
committed by GitHub
parent 435d61ea57
commit ca199e7885
12 changed files with 68 additions and 19 deletions
@@ -252,7 +252,9 @@ export const DocumentSigningPageViewV2 = () => {
target="_blank"
className="fixed bottom-0 right-0 z-40 hidden cursor-pointer rounded-tl bg-primary px-2 py-1 text-xs font-medium text-primary-foreground opacity-60 hover:opacity-100 lg:block"
>
<span>Powered by</span>
<span>
<Trans>Powered by</Trans>
</span>
<BrandingLogo className="ml-2 inline-block h-[14px]" />
</a>
)}