fix: change text "Detail Grafik" to "Detail Graphic"
This commit is contained in:
parent
4dab797cb9
commit
f20e694750
|
|
@ -155,7 +155,7 @@ fun DetailTopBar() {
|
||||||
horizontalAlignment = Alignment.CenterHorizontally,
|
horizontalAlignment = Alignment.CenterHorizontally,
|
||||||
modifier = Modifier.fillMaxWidth()
|
modifier = Modifier.fillMaxWidth()
|
||||||
) {
|
) {
|
||||||
Text("Detail Grafik", style = MaterialTheme.typography.titleMedium)
|
Text("Detail Graphic", style = MaterialTheme.typography.titleMedium)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user