From 720ea89c906bbeb258be0a01ffdd3d658784f5bc Mon Sep 17 00:00:00 2001 From: Capucine Gest Date: Tue, 2 Jun 2026 15:20:52 +0200 Subject: [PATCH] auto: sync 2026-06-02 15:20 --- components/CurrencyCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CurrencyCard.tsx b/components/CurrencyCard.tsx index e6a4181..2a8aa79 100644 --- a/components/CurrencyCard.tsx +++ b/components/CurrencyCard.tsx @@ -363,7 +363,7 @@ export default function CurrencyCard({ currency, expectations, yields, sentiment { const isQoQ = (inds?.cpiCoreMoM as (Ind & { isQoQ?: boolean }) | null)?.isQoQ; - return isQoQ ? "Core CPI QoQ (=Core CPI Index)" : "Core CPI MoM (=Core CPI Index)"; + return isQoQ ? "Core CPI QoQ (=Core Inflation Rate MoM)" : "Core CPI MoM (=Core Inflation Rate MoM)"; })()} ind={inds?.cpiCoreMoM ?? null} unit="%"