[FE][Certs] Fix LUCHA CONTRA INCENDIOS, had wrong label & n° of hours

master
Araozu 2023-12-05 16:14:29 -05:00
parent 99b02f30a2
commit 26c5472fcf
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ const tCourse = createSimpleText({
yPosition: 8,
width: 20.92,
height: 1.5,
text: "USO Y MANEJO DE EXTINTORES ",
text: "USO Y MANEJO DE EXTINTORES",
size: 44,
bold: true,
});

View File

@ -59,7 +59,7 @@ const tCourse = createSimpleText({
yPosition: 8,
width: 20.92,
height: 1.5,
text: "USO Y MANEJO DE EXTINTORES ",
text: "LUCHA CONTRA INCENDIOS",
size: 44,
bold: true,
});
@ -70,7 +70,7 @@ const tTopics = createSimpleTextP({
yPosition: 11.5,
width: 20.92,
height: 1.5,
text: "En temas de: Concepto Básico, Combustión, Distintas Clases de Combustión, Clases de Fuego, Propagación de Calor, Formas de Transmisión, Uso de extintores, Amago de Incendios, equivalente a 12 horas lectivas.",
text: "En temas de: Concepto Básico, Combustión, Distintas Clases de Combustión, Clases de Fuego, Propagación de Calor, Formas de Transmisión, Uso de extintores, Amago de Incendios, equivalente a 24 horas lectivas.",
size: 22,
font: "Times New Roman",
alignment: AlignmentType.CENTER,