fix labels: provisional history, delivery schedule
This commit is contained in:
parent
a60f27c8bb
commit
b22e6815d2
|
@ -107,7 +107,7 @@ class ProvisionalHistoryState extends State<ProvisionalHistoryPage> {
|
|||
Widget _title(BuildContext context, FlutterFlowTheme theme) {
|
||||
return Text(
|
||||
FFLocalizations.of(context).getVariableText(
|
||||
ptText: 'Histórico Provisório',
|
||||
ptText: 'Consultar Agendas',
|
||||
enText: 'Provisional History',
|
||||
),
|
||||
style: theme.headlineMedium.override(
|
||||
|
|
|
@ -51,7 +51,9 @@ class _DeliveryScheduleState extends State<DeliverySchedule> {
|
|||
),
|
||||
title: Text(
|
||||
FFLocalizations.of(context).getVariableText(
|
||||
enText: 'Delivery Schedule', ptText: 'Agendar Entregas'),
|
||||
enText: 'Delivery Schedule',
|
||||
ptText: 'Agendar Entregas',
|
||||
),
|
||||
style: FlutterFlowTheme.of(context).headlineMedium.override(
|
||||
fontFamily: 'Nunito',
|
||||
color: FlutterFlowTheme.of(context).primaryText,
|
||||
|
|
|
@ -35,7 +35,7 @@ class MenuEntry implements BaseModule {
|
|||
key: 'FRE-HUB-AGE-PROV-DELIVERY',
|
||||
icon: Icons.sports_motorsports_outlined,
|
||||
name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText(
|
||||
ptText: 'Agendar Delivery',
|
||||
ptText: 'Agendar Entregas',
|
||||
enText: 'Schedule Delivery',
|
||||
),
|
||||
route: '/deliverySchedule',
|
||||
|
|
Loading…
Reference in New Issue