From 05891248aff5a7e7125a1e28242f3beba4e79d23 Mon Sep 17 00:00:00 2001 From: Matheus Reis <35343551+matheusgnreis@users.noreply.github.com> Date: Wed, 15 Jul 2020 12:46:07 -0300 Subject: [PATCH] fix(pt-br): fix i19fullName ptBr translation (#66) --- src/pt_br/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pt_br/index.js b/src/pt_br/index.js index e184fcd..d084038 100644 --- a/src/pt_br/index.js +++ b/src/pt_br/index.js @@ -292,7 +292,7 @@ export const i19freight = 'Frete' export const i19freightCost = 'Custo do frete' export const i19from = 'De' export const i19fulfillmentStatus = 'Status de entrega' -export const i19fullName = 'Full name' +export const i19fullName = 'Nome completo' export const i19fullscreen = 'Tela cheia' export const i19gateway = 'Gateway' export const i19gender = 'GĂȘnero'