From 392093604df682b6901bbac07309ae5286482886 Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Tue, 30 May 2017 09:50:40 -0300 Subject: [PATCH] Change period convert --- src/libs/convert/period.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libs/convert/period.js b/src/libs/convert/period.js index d4b97b24..06dbcf58 100644 --- a/src/libs/convert/period.js +++ b/src/libs/convert/period.js @@ -1,11 +1,11 @@ module.exports = function period(id) { switch(id) { case 1: - return 'Diurno'; + return 'Matutino'; case 2: - return 'Noturno'; + return 'Vespertino'; case 3: - return 'Integral'; + return 'Noturno'; default: return 'Indefinido'; } -- GitLab