fix: hardcoded string where it shouldve been a resource

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-03-24 23:01:40 +01:00
parent 8f4037830e
commit 189df69580
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {