From 5438c7fb52eeb6f28bedf87b2f43a88495854ddb Mon Sep 17 00:00:00 2001 From: devendra <devendra@devendras-MacBook-Pro.local> Date: Tue, 6 Dec 2022 10:48:22 +0530 Subject: [PATCH] Feat: Change the terminologies for app like role and form status --- lib/l10n/app_en.arb | 6 +++--- lib/pages/inspection_completed.dart | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 7e68b32..5484794 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -33,7 +33,7 @@ "viewPastApplications": "View past applications", "next": "Next", "previous": "Previous", - "inspectionCompleted": "Inspection completed", + "inspectionCompleted": "Assessment completed", "leadInspectorCompleted": "Lead inspector completed", "completed": "Completed", "sentForInspection": "Sent for inspection", @@ -47,8 +47,8 @@ "pleaseConsentDisagree": "Please consent or disagree", "status": "Status", "scheduledOn": "Scheduled on", - "inspetionCompletedOn": "Inspection completed on", - "inspectionSummary": "Inspection Summary", + "inspetionCompletedOn": "Assessment completed on", + "inspectionSummary": "Assessment Summary", "leadInspector": "Lead inspector", "assistingInspectors": "Assisting inspectors", "iDisagree": "I disagree", diff --git a/lib/pages/inspection_completed.dart b/lib/pages/inspection_completed.dart index e43c5d8..1a44ba6 100644 --- a/lib/pages/inspection_completed.dart +++ b/lib/pages/inspection_completed.dart @@ -30,7 +30,7 @@ class _InspectionCompletedPageState extends State<InspectionCompletedPage> { titleSpacing: 20, backgroundColor: Colors.white, title: Text( - 'Inspection Completed', + 'Assessment Completed', style: GoogleFonts.lato( color: AppColors.black87, fontSize: 16.0, @@ -70,7 +70,7 @@ class _InspectionCompletedPageState extends State<InspectionCompletedPage> { Padding( padding: const EdgeInsets.only(bottom: 20), child: Text( - 'Inspection completed', + 'Assessment completed', style: GoogleFonts.lato( color: AppColors.black87, fontSize: 20.0, -- GitLab