You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/views/AccountMyFormsDref/ActiveDrefTable/i18n.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@
8
8
"activeDrefTableStageHeading": "Stage",
9
9
"activeDrefTableTypeOfDrefHeading": "Type of DREF",
10
10
"activeDrefTableCountryHeading": "Country",
11
-
"activeDrefTableStatusHeading": "Status"
11
+
"activeDrefTableStatusHeading": "Status",
12
+
"activeDrefTableStatusDraftDescription": "The form is in its initial stage and has not been finalized yet.",
13
+
"activeDrefTableStatusFinalizingDescription": "The form is being finalizing. The original language content is being translated into English.",
14
+
"activeDrefTableStatusFinalizedDescription": "The form has been finalized, and the original language has been switched to English. All further edits must now be made in English.",
15
+
"activeDrefTableStatusApprovedDescription": "Approved: The form has been reviewed and approved.",
16
+
"activeDrefTableStatusFailedDescription": "The form finalization process has failed. You can retry to finalize the form again"
0 commit comments