Skip to content
Snippets Groups Projects
Commit cbd1217f authored by lgtg20's avatar lgtg20
Browse files

Update region and state name for 'Exterior' to include 'Curso à distância'

parent 7db6f407
No related branches found
No related tags found
2 merge requests!480Development,!479Update region and state name for 'Exterior' to include 'Curso à distância'
...@@ -30,5 +30,7 @@ module.exports = function regionCode(id) { ...@@ -30,5 +30,7 @@ module.exports = function regionCode(id) {
return 'Sul' return 'Sul'
case 5: case 5:
return 'Centro-Oeste'; return 'Centro-Oeste';
case 6:
return 'Exterior/Curso à distância';
} }
}; };
...@@ -75,7 +75,7 @@ module.exports = function stateName(id) { ...@@ -75,7 +75,7 @@ module.exports = function stateName(id) {
case 53: case 53:
return 'Distrito Federal'; return 'Distrito Federal';
case 99: case 99:
return 'Exterior'; return 'Exterior/Curso à distância';
default: default:
return 'Não declarada'; return 'Não declarada';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment