Fix: categoría bloqueo pm renombrada a Lambda

This commit is contained in:
2026-05-29 23:28:39 -05:00
parent ad715a9409
commit bf81b8e04b
+1 -1
View File
@@ -20,7 +20,7 @@ export type BlockerCategory = 'client' | 'pm' | 'tech' | 'external' | 'other'
const CATEGORY_LABELS: Record<BlockerCategory, string> = {
client: 'Cliente',
pm: 'PM / Alcance',
pm: 'Lambda',
tech: 'Técnico',
external: 'Terceros',
other: 'Otro',