From f072710f67a00d74d81645c62c65c50c08c6d47e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 6 Jul 2020 18:59:55 +1000 Subject: [PATCH] cards->reviews; total->running total --- ts/src/stats/reviews.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/src/stats/reviews.ts b/ts/src/stats/reviews.ts index 01ab6ceb7..d9446c103 100644 --- a/ts/src/stats/reviews.ts +++ b/ts/src/stats/reviews.ts @@ -214,7 +214,7 @@ export function renderReviews( if (showTime) { return timeSpan(i18n, n / 1000); } else { - return i18n.tr(i18n.TR.STATISTICS_CARDS, { cards: n }); + return i18n.tr(i18n.TR.STATISTICS_REVIEWS, { reviews: n }); } } @@ -255,7 +255,7 @@ export function renderReviews( ], [ "grey", - `${i18n.tr(i18n.TR.STATISTICS_COUNTS_TOTAL_CARDS)}: ${valueLabel( + `${i18n.tr(i18n.TR.STATISTICS_RUNNING_TOTAL)}: ${valueLabel( cumulative )}`, ],