diff --git a/apps/rebreak-native/components/mail/MailDistributionChart.tsx b/apps/rebreak-native/components/mail/MailDistributionChart.tsx index 12d09cd..a9da37f 100644 --- a/apps/rebreak-native/components/mail/MailDistributionChart.tsx +++ b/apps/rebreak-native/components/mail/MailDistributionChart.tsx @@ -98,14 +98,21 @@ export function MailDistributionChart({ data, hero, totalBlocked, isLegend }: Pr paddingBottom: 12, }} > - + - + {slices.map((slice) => ( ))} @@ -163,10 +170,10 @@ function LegendRow({ /> diff --git a/apps/rebreak-native/locales/de.json b/apps/rebreak-native/locales/de.json index c5c56e0..c48b42d 100644 --- a/apps/rebreak-native/locales/de.json +++ b/apps/rebreak-native/locales/de.json @@ -455,7 +455,7 @@ "more_infos_title": "Mehr Infos", "more_infos_subtitle": "Blockiert — letzte 30 Tage", "stats": { - "blocked_per_day_heading": "Blockiert — letzte 30 Tage", + "blocked_per_day_heading": "Blockiert", "blocked_per_day_sublabel": "%{total} Mails blockiert · %{avg} letzte Woche", "blocked_per_week_heading": "Blockiert — letzte Wochen", "blocked_per_month_heading": "Blockiert — letzte Monate", diff --git a/apps/rebreak-native/locales/en.json b/apps/rebreak-native/locales/en.json index 8d072d6..495d9e8 100644 --- a/apps/rebreak-native/locales/en.json +++ b/apps/rebreak-native/locales/en.json @@ -455,7 +455,7 @@ "more_infos_title": "More Info", "more_infos_subtitle": "Blocked — last 30 days", "stats": { - "blocked_per_day_heading": "Blocked — last 30 days", + "blocked_per_day_heading": "Blocked", "blocked_per_day_sublabel": "%{total} mails blocked · %{avg} last week", "blocked_per_week_heading": "Blocked — recent weeks", "blocked_per_month_heading": "Blocked — recent months",