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}