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:
user1823 2023-12-14 08:18:58 +05:30 committed by GitHub
parent c253a142ef
commit c4656ccc44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 =

View file

@ -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}