Problem
In Learner Record, the “Completed” and “Partially Completed” strings for a Program Record are hardcoded. We should extract them so they can be translated .
Reference
|
program.status = 'Completed'; |
Screenshot
Acceptance criteria:
- extract hardcoded strings following the implementation of components surrounding it.
Problem
In Learner Record, the “Completed” and “Partially Completed” strings for a Program Record are hardcoded. We should extract them so they can be translated .
Reference
frontend-app-learner-record/src/components/ProgramRecordsList/ProgramRecordsList.jsx
Line 29 in 8c6832c
Screenshot
Acceptance criteria: