Skip to content

Commit fa82716

Browse files
fix: assignment string (#466)
1 parent a3b5977 commit fa82716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course/src/main/java/org/openedx/course/presentation/assignments/CourseContentAssignmentScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private fun AssignmentGroupSection(
212212
completed = assignments.filter { it.isCompleted() }.size
213213
)
214214
val description = stringResource(
215-
id = R.string.course_completed,
215+
id = R.string.course_completed_of,
216216
progress.completed,
217217
progress.total
218218
)

0 commit comments

Comments
 (0)