fix: variableText 'A data devem ser, no mínimo, um dia à frente.'
This commit is contained in:
parent
3b41f09a64
commit
7c4d2fe903
|
@ -67,8 +67,8 @@ class ScheduleProvisionalVisitPageModel extends FlutterFlowModel<ScheduleProvisi
|
||||||
}
|
}
|
||||||
if (selectedDateTime.isBefore(currentDateTime)) {
|
if (selectedDateTime.isBefore(currentDateTime)) {
|
||||||
return FFLocalizations.of(context).getVariableText(
|
return FFLocalizations.of(context).getVariableText(
|
||||||
ptText: 'A data/hora selecionada deve ser no mínimo 24 horas no futuro',
|
ptText: 'A data devem ser, no mínimo, um dia à frente.',
|
||||||
enText: 'Selected date/time must be at least 24 hours in the future',
|
enText: 'The chosen date must be at least one day ahead of the current moment.',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue