diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index 15e87d776..48462c19b 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -460,6 +460,7 @@ deck-config-answer-again = Answer Again deck-config-answer-hard = Answer Hard deck-config-answer-good = Answer Good deck-config-days-to-simulate = Days to simulate +deck-config-additional-simulate-cards = Additional new cards to simulate deck-config-desired-retention-below-optimal = Your desired retention is below optimal. Increasing it is recommended. ## NO NEED TO TRANSLATE. This text is no longer used by Anki, and will be removed in the future. diff --git a/ts/routes/deck-options/FsrsOptions.svelte b/ts/routes/deck-options/FsrsOptions.svelte index e0d149340..668b9d768 100644 --- a/ts/routes/deck-options/FsrsOptions.svelte +++ b/ts/routes/deck-options/FsrsOptions.svelte @@ -512,7 +512,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html max={100000} > openHelpModal("simulateFsrsReview")}> - Additional new cards to simulate + {tr.deckConfigAdditionalSimulateCards()}