From c4656ccc4400071f8befb30d7110c5652d7d8f4f Mon Sep 17 00:00:00 2001 From: user1823 <92206575+user1823@users.noreply.github.com> Date: Thu, 14 Dec 2023 08:18:58 +0530 Subject: [PATCH] Correct the description of FSRS Difficulty in Stats (#2888) * Correct the description of FSRS difficulty * Update DifficultyGraph.svelte * Update statistics.ftl --- ftl/core/statistics.ftl | 2 +- ts/graphs/DifficultyGraph.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ftl/core/statistics.ftl b/ftl/core/statistics.ftl index 21401c59e..0264cb88e 100644 --- a/ftl/core/statistics.ftl +++ b/ftl/core/statistics.ftl @@ -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 = diff --git a/ts/graphs/DifficultyGraph.svelte b/ts/graphs/DifficultyGraph.svelte index cf90f978a..64666bb2f 100644 --- a/ts/graphs/DifficultyGraph.svelte +++ b/ts/graphs/DifficultyGraph.svelte @@ -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(); {#if sourceData?.fsrs}