diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 7e68b32bd5ac78ae215c274ebb9315534538b6d8..548479454992a252fcc6d90a95ac9e337b10caf4 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 e43c5d8d43af69ed04c8c6acffd53106362b7ebd..1a44ba6ab9b540f31880851a7b481487388338e1 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,