mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Correct the description of FSRS Difficulty in Stats (#2888)
* Correct the description of FSRS difficulty * Update DifficultyGraph.svelte * Update statistics.ftl
This commit is contained in:
parent
c253a142ef
commit
c4656ccc44
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ statistics-card-stability-subtitle = The delay at which you're 90% likely to rem
|
|||
statistics-average-stability = Average stability
|
||||
statistics-card-retrievability-title = Card Retrievability
|
||||
statistics-card-ease-subtitle = The lower the ease, the more frequently a card will appear.
|
||||
statistics-card-difficulty-subtitle = The higher the difficulty, the harder it is to remember.
|
||||
statistics-card-difficulty-subtitle2 = The higher the difficulty, the slower stability will increase.
|
||||
statistics-retrievability-subtitle = The probability of recalling a card today.
|
||||
# eg "3 cards with 150-170% ease"
|
||||
statistics-card-ease-tooltip =
|
||||
|
|
|
@ -32,7 +32,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
}
|
||||
|
||||
const title = tr.statisticsCardDifficultyTitle();
|
||||
const subtitle = tr.statisticsCardDifficultySubtitle();
|
||||
const subtitle = tr.statisticsCardDifficultySubtitle2();
|
||||
</script>
|
||||
|
||||
{#if sourceData?.fsrs}
|
||||
|
|
Loading…
Reference in a new issue