From 0bfa00608577cb4c04e07e10367321d9dea51f78 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Wed, 11 Dec 2024 15:58:25 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20observa=C3=A7=C3=A3o=20n=C3=A3o=20fornec?= =?UTF-8?q?ida=20->=20provisional=20history?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../history/presentation/pages/provisional_history_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/features/history/presentation/pages/provisional_history_page.dart b/lib/features/history/presentation/pages/provisional_history_page.dart index cb2db20e..bca19aec 100644 --- a/lib/features/history/presentation/pages/provisional_history_page.dart +++ b/lib/features/history/presentation/pages/provisional_history_page.dart @@ -358,8 +358,8 @@ class ProvisionalHistoryState extends State { String formatObs(String? obs) { if (obs == null || obs.isEmpty) { return FFLocalizations.of(context).getVariableText( - ptText: 'Observação não informada', - enText: 'No observation provided', + ptText: 'Não fornecida', + enText: 'No provided', ); } return obs;