From 2549157eee76aef83fa36d430e54bf793eb3bf2f Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Wed, 23 Aug 2023 12:14:40 +0300 Subject: [PATCH] rename fixes. --- lib/views/pages/sub_workorder/create_sub_workorder_page.dart | 2 +- lib/views/pages/user/gas_refill/gas_refill_details.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/pages/sub_workorder/create_sub_workorder_page.dart b/lib/views/pages/sub_workorder/create_sub_workorder_page.dart index f022539f..d47566b0 100644 --- a/lib/views/pages/sub_workorder/create_sub_workorder_page.dart +++ b/lib/views/pages/sub_workorder/create_sub_workorder_page.dart @@ -113,7 +113,7 @@ class _CreateSubWorkOrderPageState extends State { Expanded( child: Center( child: Text( - "New Work Order", + "New Sub Work Order", style: Theme.of(context).textTheme.titleLarge.copyWith(color: AColors.white, fontStyle: FontStyle.italic), ), ), diff --git a/lib/views/pages/user/gas_refill/gas_refill_details.dart b/lib/views/pages/user/gas_refill/gas_refill_details.dart index 7a4cd554..80e3c4c5 100644 --- a/lib/views/pages/user/gas_refill/gas_refill_details.dart +++ b/lib/views/pages/user/gas_refill/gas_refill_details.dart @@ -151,7 +151,7 @@ class _GasRefillDetailsState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ RequestInfoRow( - title: _subtitle.title, + title: "Gas Refill No", info: _model.title, ), RequestInfoRow(