Skip to content
Snippets Groups Projects

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

Merged lgtg20 requested to merge update-curso-superior-agregado into development
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -30,5 +30,7 @@ module.exports = function regionCode(id) {
return 'Sul'
case 5:
return 'Centro-Oeste';
case 6:
return 'Exterior/Curso à distância';
}
};
Loading