mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
update title
This commit is contained in:
parent
aa45d4add6
commit
13ebba41da
2 changed files with 2 additions and 1 deletions
|
@ -159,3 +159,4 @@ statistics-hours-title = Hourly Breakdown
|
||||||
statistics-hours-subtitle = Review success rate for each hour of the day.
|
statistics-hours-subtitle = Review success rate for each hour of the day.
|
||||||
# shown when graph is empty
|
# shown when graph is empty
|
||||||
statistics-no-data = NO DATA
|
statistics-no-data = NO DATA
|
||||||
|
statistics-calendar-title = Calendar
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const title = i18n.tr(i18n.TR.STATISTICS_REVIEWS_TITLE);
|
const title = i18n.tr(i18n.TR.STATISTICS_CALENDAR_TITLE);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="graph">
|
<div class="graph">
|
||||||
|
|
Loading…
Reference in a new issue