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