From a02eee3795acf17a51ff1412903ecf94f8d2a833 Mon Sep 17 00:00:00 2001 From: Nishant Mishra Date: Fri, 12 Dec 2025 20:11:31 +0530 Subject: [PATCH] refactor(strings): rename some strings --- .../pomodoro/ui/statsScreen/screens/LastWeekScreen.kt | 8 ++++---- app/src/main/res/values/strings.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/main/java/org/nsh07/pomodoro/ui/statsScreen/screens/LastWeekScreen.kt b/app/src/main/java/org/nsh07/pomodoro/ui/statsScreen/screens/LastWeekScreen.kt index f886975..8f09b7f 100644 --- a/app/src/main/java/org/nsh07/pomodoro/ui/statsScreen/screens/LastWeekScreen.kt +++ b/app/src/main/java/org/nsh07/pomodoro/ui/statsScreen/screens/LastWeekScreen.kt @@ -204,11 +204,11 @@ fun SharedTransitionScope.LastWeekScreen( item { Text( - stringResource(R.string.focus_overview), + stringResource(R.string.focus_breakdown), style = typography.headlineSmall ) Text( - stringResource(R.string.focus_overview_desc), + stringResource(R.string.focus_breakdown_desc), style = typography.bodySmall, color = colorScheme.onSurfaceVariant ) @@ -249,11 +249,11 @@ fun SharedTransitionScope.LastWeekScreen( item { Text( - stringResource(R.string.focus_insights), + stringResource(R.string.focus_history), style = typography.headlineSmall ) Text( - stringResource(R.string.focus_insights_desc), + stringResource(R.string.focus_history_desc), style = typography.bodySmall, color = colorScheme.onSurfaceVariant ) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0c421ae..ecd538c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -114,8 +114,8 @@ Timer reset Undo Focus-break ratio - Focus overview - Average focus durations at different times of the day - Focus insights - Focus overview of each day of the past week (click on each cell for more info) + Focus breakdown + Average focus durations at different times of the day + Focus history + Focus breakdown of each day of the past week (click on each cell for more info) \ No newline at end of file