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