Merge branch 'develop' into feat/fd-1035
This commit is contained in:
commit
67398d8e83
|
@ -358,8 +358,8 @@ class ProvisionalHistoryState extends State<ProvisionalHistoryPage> {
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue