mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
cards->reviews
This commit is contained in:
parent
5aad1d0d81
commit
79d04c9db7
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export function renderCalendar(
|
|||
month: "long",
|
||||
day: "numeric",
|
||||
});
|
||||
const cards = i18n.tr(i18n.TR.STATISTICS_CARDS, { cards: d.count });
|
||||
const cards = i18n.tr(i18n.TR.STATISTICS_REVIEWS, { reviews: d.count });
|
||||
return `${date}<br>${cards}`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue