Small correction for RU locale.

In Russian this section is rather called 'Образование' (literally:
education) containing high school, certificates and courses, while
'Обучение' (literally: training) is a process of improving skills.

Signed-off-by: Lesya Novaselskaya <shams@airpost.net>
This commit is contained in:
Lesya Novaselskaya 2017-11-10 13:06:05 +03:00
parent f41e0d3be1
commit 6b704d5f98

View File

@ -4,10 +4,10 @@ const ru = {
headings: { headings: {
contact: "Контакты", contact: "Контакты",
experience: "Опыт", experience: "Опыт",
education: "Обучение", education: "Образование",
skills: "Навыки", skills: "Навыки",
about: "Обо мне" about: "Обо мне"
} }
}; };
export default ru; export default ru;