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

This commit is contained in:
Konrad
2026-02-16 02:07:53 +01:00
committed by GitHub
parent 435d61ea57
commit ca199e7885
12 changed files with 68 additions and 19 deletions
@@ -186,7 +186,9 @@ export function EnvelopeRecipientFieldTooltip({
)}
<p className="text-center font-semibold">
<span>{t(FRIENDLY_FIELD_TYPE[field.type])} field</span>
<span>
<Trans>{t(FRIENDLY_FIELD_TYPE[field.type])} field</Trans>
</span>
</p>
<p className="text-muted-foreground mt-1 text-center text-xs">