From 94d7933488755c36ea465580c97bbddae4f80898 Mon Sep 17 00:00:00 2001 From: Gabriel Castello <34844519+GabrielCastello@users.noreply.github.com> Date: Wed, 4 Mar 2020 21:42:24 -0300 Subject: [PATCH] added country name in SKILL_NAME at ptbrData Obj --- lambda/custom/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/custom/index.js b/lambda/custom/index.js index 7d634c50..1c7f2468 100644 --- a/lambda/custom/index.js +++ b/lambda/custom/index.js @@ -399,7 +399,7 @@ const jpjpData = { const ptbrData = { translation: { - SKILL_NAME: 'Fatos Espaciais', + SKILL_NAME: 'Fatos Espaciais Brasileiros', }, };