diff --git a/rslib/ftl/statistics.ftl b/rslib/ftl/statistics.ftl
index 7aa6ab299..5bd8baee7 100644
--- a/rslib/ftl/statistics.ftl
+++ b/rslib/ftl/statistics.ftl
@@ -88,3 +88,10 @@ statistics-range-all-time = deck life
statistics-range-deck = deck
statistics-range-collection = collection
statistics-range-search = Search
+statistics-future-due-title = Future Due
+statistics-reviews-title = Reviews
+statistics-intervals-title = Review Intervals
+statistics-answer-buttons-title = Answer Buttons
+statistics-hours-title = Hourly Breakdown
+statistics-added-title = Added
+statistics-card-ease-title = Card Ease
diff --git a/ts/src/stats/AddedGraph.svelte b/ts/src/stats/AddedGraph.svelte
index d1dd4efe0..1bd07faae 100644
--- a/ts/src/stats/AddedGraph.svelte
+++ b/ts/src/stats/AddedGraph.svelte
@@ -24,6 +24,7 @@
histogramData = buildHistogram(addedData, range);
}
+ const title = i18n.tr(i18n.TR.STATISTICS_ADDED_TITLE);
const month = timeSpan(i18n, 1 * MONTH);
const month3 = timeSpan(i18n, 3 * MONTH);
const year = timeSpan(i18n, 1 * YEAR);
@@ -32,7 +33,7 @@
{#if histogramData}
-
Added
+
{title}