Commit 5438c7fb authored by devendra's avatar devendra
Browse files

Feat: Change the terminologies for app like role and form status

No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"viewPastApplications": "View past applications", "viewPastApplications": "View past applications",
"next": "Next", "next": "Next",
"previous": "Previous", "previous": "Previous",
"inspectionCompleted": "Inspection completed", "inspectionCompleted": "Assessment completed",
"leadInspectorCompleted": "Lead inspector completed", "leadInspectorCompleted": "Lead inspector completed",
"completed": "Completed", "completed": "Completed",
"sentForInspection": "Sent for inspection", "sentForInspection": "Sent for inspection",
...@@ -47,8 +47,8 @@ ...@@ -47,8 +47,8 @@
"pleaseConsentDisagree": "Please consent or disagree", "pleaseConsentDisagree": "Please consent or disagree",
"status": "Status", "status": "Status",
"scheduledOn": "Scheduled on", "scheduledOn": "Scheduled on",
"inspetionCompletedOn": "Inspection completed on", "inspetionCompletedOn": "Assessment completed on",
"inspectionSummary": "Inspection Summary", "inspectionSummary": "Assessment Summary",
"leadInspector": "Lead inspector", "leadInspector": "Lead inspector",
"assistingInspectors": "Assisting inspectors", "assistingInspectors": "Assisting inspectors",
"iDisagree": "I disagree", "iDisagree": "I disagree",
......
...@@ -30,7 +30,7 @@ class _InspectionCompletedPageState extends State<InspectionCompletedPage> { ...@@ -30,7 +30,7 @@ class _InspectionCompletedPageState extends State<InspectionCompletedPage> {
titleSpacing: 20, titleSpacing: 20,
backgroundColor: Colors.white, backgroundColor: Colors.white,
title: Text( title: Text(
'Inspection Completed', 'Assessment Completed',
style: GoogleFonts.lato( style: GoogleFonts.lato(
color: AppColors.black87, color: AppColors.black87,
fontSize: 16.0, fontSize: 16.0,
...@@ -70,7 +70,7 @@ class _InspectionCompletedPageState extends State<InspectionCompletedPage> { ...@@ -70,7 +70,7 @@ class _InspectionCompletedPageState extends State<InspectionCompletedPage> {
Padding( Padding(
padding: const EdgeInsets.only(bottom: 20), padding: const EdgeInsets.only(bottom: 20),
child: Text( child: Text(
'Inspection completed', 'Assessment completed',
style: GoogleFonts.lato( style: GoogleFonts.lato(
color: AppColors.black87, color: AppColors.black87,
fontSize: 20.0, fontSize: 20.0,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment