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 @@
"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",
......
......@@ -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,
......
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