chore(i18n): improve punctuation (#2307)

This commit is contained in:
Konrad
2025-12-15 02:00:51 +01:00
committed by GitHub
parent 68e6ccdd19
commit 54b0e4964e
19 changed files with 31 additions and 28 deletions
@@ -17,8 +17,9 @@ export const TemplateFooter = ({ isDocument = true }: TemplateFooterProps) => {
<Trans>
This document was sent using{' '}
<Link className="text-[#7AC455]" href="https://documen.so/mail-footer">
Documenso.
Documenso
</Link>
.
</Trans>
</Text>
)}
@@ -106,7 +106,7 @@ export const ConfirmTeamEmailTemplate = ({
<Text className="mt-2 text-sm">
<Trans>
You can revoke access at any time in your team settings on Documenso{' '}
<Link href={`${baseUrl}/settings/teams`}>here.</Link>
<Link href={`${baseUrl}/settings/teams`}>here</Link>.
</Trans>
</Text>
</Section>
+2 -1
View File
@@ -73,8 +73,9 @@ export const ResetPasswordTemplate = ({
Didn't request a password change? We are here to help you secure your account,
just{' '}
<Link className="text-documenso-700 font-normal" href="mailto:hi@documenso.com">
contact us.
contact us
</Link>
.
</Trans>
</Text>
</Section>