From 55a5ca888047503aa92fd801743c81a8001fe320 Mon Sep 17 00:00:00 2001 From: Henrique Tatagiba Date: Fri, 21 Feb 2020 14:26:18 -0300 Subject: [PATCH] fix(locale): Update time pt_BR translation --- src/locale/pt_BR.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/pt_BR.ts b/src/locale/pt_BR.ts index 133ccf2f3..0442d4bfc 100644 --- a/src/locale/pt_BR.ts +++ b/src/locale/pt_BR.ts @@ -9,7 +9,7 @@ const locale: Locale = { clear: 'Limpar', month: 'Mês', year: 'Ano', - timeSelect: 'Selecionar tempo', + timeSelect: 'Selecionar hora', dateSelect: 'Selecionar data', monthSelect: 'Escolher mês', yearSelect: 'Escolher ano',