Update the "Education" term.

The right term that we (Brazilians) use in a CV is Formação Acadêmica, translating to English is same to say "Educational Background".
This commit is contained in:
Gabriel Coelho Soares 2017-11-11 01:57:14 -02:00 committed by GitHub
parent 6988f229d7
commit 137bb1d150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ const ptbr = {
headings: {
contact: 'Contato',
experience: 'Experiência Profissional',
education: 'Educação',
education: 'Formação Acadêmica', /*You can choose, "Educação" or "Formação Acadêmica"! But the second one is more professional and is more used.*/
skills: 'Competências',
about: 'Sobre'
}