Skip to content
Snippets Groups Projects
Commit 0a66191c authored by Fernando Erd's avatar Fernando Erd
Browse files

Merge remote-tracking branch 'origin/v1.13.1'

parents 800adc24 f6c6454c
No related branches found
No related tags found
No related merge requests found
Pipeline #23115 failed
......@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 1.13.1 - 2020-05-12
## Changed
- Fix dot error
## 1.13.0 - 2020-04-XX
## Added
- Added 2019 data
......
......@@ -43,7 +43,7 @@ module.exports = function educationLevelMod(id) {
case 11:
return 'EJA - EF e EM Integrado - tecnico';
case 12:
return 'Educacao Profissional - concomitante e subsequente.'
return 'Educacao Profissional - concomitante e subsequente'
default:
return 'Não classificada';
}
......
......@@ -35,6 +35,6 @@ module.exports = function ruralLocation(id) {
case 7:
return 'Rural - Unidade de uso sustentavel em terra indígena';
case 8:
return 'Rural - Unidade de uso sustentável em área remanescente de quilombos.';
return 'Rural - Unidade de uso sustentável em área remanescente de quilombos';
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment