fix: use lowercase 'cod' in CODInstructions translation key

- Change useTranslations from Payment.COD to Payment.cod
- Fixes MISSING_MESSAGE error in CODInstructions component
- Consistent with translation file structure
This commit is contained in:
Unchained
2026-03-29 08:59:59 +02:00
parent 3e7ac79cf4
commit 82c23e37a1

View File

@@ -8,7 +8,7 @@ interface CODInstructionsProps {
} }
export function CODInstructions({ locale }: CODInstructionsProps) { export function CODInstructions({ locale }: CODInstructionsProps) {
const t = useTranslations("Payment.COD"); const t = useTranslations("Payment.cod");
const instructions = [ const instructions = [
{ {