Skip to content

Commit

Permalink
fix: Number of courses
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloNetrebchuk committed May 10, 2024
1 parent 45aa988 commit b22bb30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ private fun SecondaryCourses(
) {
TextIcon(
modifier = Modifier.padding(horizontal = 18.dp),
text = stringResource(R.string.dashboard_view_all_with_count, courses.size),
text = stringResource(R.string.dashboard_view_all_with_count, courses.size + 1),
textStyle = MaterialTheme.appTypography.titleSmall,
icon = Icons.Default.ChevronRight,
color = MaterialTheme.appColors.textDark,
Expand Down

0 comments on commit b22bb30

Please sign in to comment.