mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
cards->reviews; total->running total
This commit is contained in:
parent
c22040f33d
commit
63abfa7473
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)}`,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue