From 82c23e37a138a77a1b5395b078d8e95df59e7d8c Mon Sep 17 00:00:00 2001 From: Unchained Date: Sun, 29 Mar 2026 08:59:59 +0200 Subject: [PATCH] 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 --- src/components/payment/CODInstructions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/payment/CODInstructions.tsx b/src/components/payment/CODInstructions.tsx index 5ea9bc8..ff3cdff 100644 --- a/src/components/payment/CODInstructions.tsx +++ b/src/components/payment/CODInstructions.tsx @@ -8,7 +8,7 @@ interface CODInstructionsProps { } export function CODInstructions({ locale }: CODInstructionsProps) { - const t = useTranslations("Payment.COD"); + const t = useTranslations("Payment.cod"); const instructions = [ {