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