Skip to content
Snippets Groups Projects
Commit 1d9787c3 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Fix description in education level 4

Related: simcaq/SCRUM#423
parent 01a354e6
No related branches found
No related tags found
2 merge requests!160Issue/423,!157WIP: Release v1.8.0
...@@ -14,7 +14,7 @@ module.exports = function educationLevelSchoolYear(id) { ...@@ -14,7 +14,7 @@ module.exports = function educationLevelSchoolYear(id) {
case 33: return 'Ens. Fundamental - 2ª série/3º ano'; case 33: return 'Ens. Fundamental - 2ª série/3º ano';
case 34: return 'Ens. Fundamental - 3ª série/4º ano'; case 34: return 'Ens. Fundamental - 3ª série/4º ano';
case 35: return 'Ens. Fundamental - 4ª série/5º Ano'; case 35: return 'Ens. Fundamental - 4ª série/5º Ano';
case 4: return 'Ensino Fundamento - anos finais'; case 4: return 'Ensino Fundamental - anos finais';
case 41: return 'Ens. Fundamental - 5ª série/6º ano'; case 41: return 'Ens. Fundamental - 5ª série/6º ano';
case 42: return 'Ens. Fundamental - 6ª série/7º ano'; case 42: return 'Ens. Fundamental - 6ª série/7º ano';
case 43: return 'Ens. Fundamental - 7ª série/8º ano'; case 43: return 'Ens. Fundamental - 7ª série/8º ano';
......
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