From 89ce24b49ac938e6fa775b89f40b60d69518c02b Mon Sep 17 00:00:00 2001
From: devendra <devendra@devendras-MacBook-Pro.local>
Date: Tue, 6 Dec 2022 13:15:34 +0530
Subject: [PATCH] Feat: Terminology like  roles  and  form status update

---
 README.md           | 2 +-
 lib/l10n/app_en.arb | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 6c1d172..f1ba875 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # SMF Mobile
 
-Mobile application for Inspector.
+Mobile application for Assessor.
 
 ## Getting Started
 
diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb
index 5484794..c0379f0 100644
--- a/lib/l10n/app_en.arb
+++ b/lib/l10n/app_en.arb
@@ -34,9 +34,9 @@
     "next": "Next",
     "previous": "Previous",
     "inspectionCompleted": "Assessment completed",
-    "leadInspectorCompleted": "Lead inspector completed",
+    "leadInspectorCompleted": "Lead assessment completed",
     "completed": "Completed",
-    "sentForInspection": "Sent for inspection",
+    "sentForInspection": "Sent for assessment ",
     "noApplications": "No applications at the moment",
     "sessionExpiredMessage": "Your session has expired",
     "isGivenInformationCorrect": "Is the given information found correct?",
@@ -49,8 +49,8 @@
     "scheduledOn": "Scheduled on",
     "inspetionCompletedOn": "Assessment completed on",
     "inspectionSummary": "Assessment Summary",
-    "leadInspector": "Lead inspector",
-    "assistingInspectors": "Assisting inspectors",
+    "leadInspector": "Lead assessor",
+    "assistingInspectors": "Assisting assessors",
     "iDisagree": "I disagree",
     "iConsent": "I consent",
     "acceptTermsAndConditions": "Please accept terms and conditions",
-- 
GitLab