Skip to content
Snippets Groups Projects
Commit 6f2fde97 authored by Pietro Cavassin's avatar Pietro Cavassin
Browse files

change initialTraining function

parent f02f68c6
No related branches found
No related tags found
2 merge requests!272v1.15.7,!268change initialTraining function
Pipeline #23843 failed
...@@ -21,7 +21,7 @@ along with simcaq-node. If not, see <https://www.gnu.org/licenses/>. ...@@ -21,7 +21,7 @@ along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
module.exports = function initialTraining(id) { module.exports = function initialTraining(id) {
switch (id) { switch (id) {
case 1: case 1:
return 'Sem formação inicial'; return 'Sem formação mínima';
case 2: case 2:
return 'Ensino Médio na modalidade normal'; return 'Ensino Médio na modalidade normal';
case 3: case 3:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment