Fix: categoría bloqueo pm renombrada a Lambda
This commit is contained in:
@@ -20,7 +20,7 @@ export type BlockerCategory = 'client' | 'pm' | 'tech' | 'external' | 'other'
|
|||||||
|
|
||||||
const CATEGORY_LABELS: Record<BlockerCategory, string> = {
|
const CATEGORY_LABELS: Record<BlockerCategory, string> = {
|
||||||
client: 'Cliente',
|
client: 'Cliente',
|
||||||
pm: 'PM / Alcance',
|
pm: 'Lambda',
|
||||||
tech: 'Técnico',
|
tech: 'Técnico',
|
||||||
external: 'Terceros',
|
external: 'Terceros',
|
||||||
other: 'Otro',
|
other: 'Otro',
|
||||||
|
|||||||
Reference in New Issue
Block a user