fix: hardcoded string where it shouldve been a resource
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
8f4037830e
commit
189df69580
|
|
@ -111,7 +111,7 @@ fun OverviewScreen(
|
||||||
Scaffold(
|
Scaffold(
|
||||||
topBar = {
|
topBar = {
|
||||||
CenterAlignedTopAppBar(
|
CenterAlignedTopAppBar(
|
||||||
title = { Text("You") },
|
title = { Text(stringResource(R.string.overview_screen_title)) },
|
||||||
navigationIcon = {
|
navigationIcon = {
|
||||||
if (useDrawer) {
|
if (useDrawer) {
|
||||||
IconButton(onClick = {
|
IconButton(onClick = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue