Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Sep 1, 2024
1 parent 2f5e5bd commit 00d7b65
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ import nl.ovfietsbeschikbaarheid.model.OpeningHoursModel
import nl.ovfietsbeschikbaarheid.model.ServiceType
import nl.ovfietsbeschikbaarheid.state.ScreenState
import nl.ovfietsbeschikbaarheid.ui.components.OvCard
import nl.ovfietsbeschikbaarheid.ui.theme.Green50
import nl.ovfietsbeschikbaarheid.ui.theme.OVFietsBeschikbaarheidTheme
import nl.ovfietsbeschikbaarheid.ui.theme.Orange50
import nl.ovfietsbeschikbaarheid.ui.theme.Red50
Expand Down Expand Up @@ -361,7 +360,7 @@ private fun ExtraInfo(details: DetailsModel) {
contentDescription = null,
modifier = Modifier.padding(end = 8.dp)
)
Text("Totale capaciteit: ${details.capacity}")
Text("Max aantal: ${details.capacity}")
}

if (details.about != null) {
Expand Down

0 comments on commit 00d7b65

Please sign in to comment.