From 13ebba41da9fb6cdcd9dc97b095c06893ce5fe23 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 6 Jul 2020 17:07:03 +1000 Subject: [PATCH] update title --- rslib/ftl/statistics.ftl | 1 + ts/src/stats/CalendarGraph.svelte | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rslib/ftl/statistics.ftl b/rslib/ftl/statistics.ftl index 8fc0c04ac..d839557dd 100644 --- a/rslib/ftl/statistics.ftl +++ b/rslib/ftl/statistics.ftl @@ -159,3 +159,4 @@ statistics-hours-title = Hourly Breakdown statistics-hours-subtitle = Review success rate for each hour of the day. # shown when graph is empty statistics-no-data = NO DATA +statistics-calendar-title = Calendar diff --git a/ts/src/stats/CalendarGraph.svelte b/ts/src/stats/CalendarGraph.svelte index fd2b3508c..dcd6df93d 100644 --- a/ts/src/stats/CalendarGraph.svelte +++ b/ts/src/stats/CalendarGraph.svelte @@ -52,7 +52,7 @@ ); } - const title = i18n.tr(i18n.TR.STATISTICS_REVIEWS_TITLE); + const title = i18n.tr(i18n.TR.STATISTICS_CALENDAR_TITLE);