Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-mobile
Commits
5438c7fb
Commit
5438c7fb
authored
2 years ago
by
devendra
Browse files
Options
Download
Patches
Plain Diff
Feat: Change the terminologies for app like role and form status
parent
d84ef72f
master
add-assessor-location
two-lead-assessor
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/l10n/app_en.arb
+3
-3
lib/l10n/app_en.arb
lib/pages/inspection_completed.dart
+2
-2
lib/pages/inspection_completed.dart
with
5 additions
and
5 deletions
+5
-5
lib/l10n/app_en.arb
+
3
−
3
View file @
5438c7fb
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
lib/pages/inspection_completed.dart
+
2
−
2
View file @
5438c7fb
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets