diff --git a/src/components/contact/ContactForm.tsx b/src/components/contact/ContactForm.tsx index 6082998..809f698 100644 --- a/src/components/contact/ContactForm.tsx +++ b/src/components/contact/ContactForm.tsx @@ -291,7 +291,7 @@ export function ContactForm() { : 'text-zinc-500' }`} > - {messageLength} / {MAX_MESSAGE_LENGTH} characters + {t('contactForm.characterCounter', { current: messageLength, max: MAX_MESSAGE_LENGTH })}