rename text

design_3.0_latest
Sikander Saleem 11 months ago
parent 5825464ed5
commit e13a7c9634

@ -245,7 +245,7 @@ class _SparePartRequestState extends State<SparePartRequest> with TickerProvider
controller: _descriptionController,
showSpeechToText: true,
backgroundColor: context.isDark ? AppColor.neutral20 : AppColor.neutral90,
labelText: context.translation.description,
labelText: "Engineer Comment",
alignLabelWithHint: true,
showWithoutDecoration: true,
textInputType: TextInputType.multiline,

@ -18,7 +18,7 @@ class PendingServiceRequestScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: DefaultAppBar(title: "Pending Requests (${pendingAssetServiceRequest.details!.length})"),
appBar: DefaultAppBar(title: "Pending WOs (${pendingAssetServiceRequest.details!.length})"),
body: ListView.separated(
itemCount: pendingAssetServiceRequest.details!.length,
padding: const EdgeInsets.all(16),

@ -25,7 +25,7 @@ class PendingRequestBottomSheet extends StatelessWidget {
"Alert!".heading4(context),
12.height,
Text(
"${pendingAssetServiceRequest.details!.length} pending service requests found",
"${pendingAssetServiceRequest.details!.length} pending corrective maintenance found",
style: TextStyle(
fontSize: 16.toScreenWidth,
fontWeight: FontWeight.w500,

Loading…
Cancel
Save