Commit 3f8d5aa1c4f414a21ab1edbf56742a2bd28b3b62

Authored by wilmer
1 parent 8b6cfa6dfa
Exists in master

cambiado el nombre de trabajo de investigación a trabajo de ascenso segun lista de cotejo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/AppBundle/Form/AscensoType.php
@@ -102,7 +102,7 @@ class AscensoType extends AbstractType @@ -102,7 +102,7 @@ class AscensoType extends AbstractType
102 )) 102 ))
103 103
104 ->add('titulo_trabajo', TextType::class, array( 104 ->add('titulo_trabajo', TextType::class, array(
105 - 'label' => 'Título del Trabajo de Investigación', 105 + 'label' => 'Título del Trabajo de Ascenso',
106 106
107 'required' => true, 107 'required' => true,
108 108