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(
|
||||
topBar = {
|
||||
CenterAlignedTopAppBar(
|
||||
title = { Text("You") },
|
||||
title = { Text(stringResource(R.string.overview_screen_title)) },
|
||||
navigationIcon = {
|
||||
if (useDrawer) {
|
||||
IconButton(onClick = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue