diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index a4a6e3405..f736b85ca 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -323,11 +323,11 @@ deck-config-must-have-1000-reviews = [one] Only { $count } review was found. *[other] Only { $count } reviews were found. } You must have at least 1000 reviews to generate custom weights. -deck-config-compute-weights-search = Search; leave blank for all cards using this preset # Numbers that control how aggressively the FSRS algorithm schedules cards deck-config-weights = Model weights -deck-config-compute-optimal-weights = Compute optimal weights +deck-config-compute-optimal-weights = Optimize FSRS weights deck-config-compute-optimal-retention = Compute optimal retention +deck-config-optimize-button = Optimize deck-config-compute-button = Compute deck-config-analyze-button = Analyze deck-config-desired-retention = Desired retention diff --git a/ts/deck-options/FsrsOptions.svelte b/ts/deck-options/FsrsOptions.svelte index a39ae0d8f..0da6665dc 100644 --- a/ts/deck-options/FsrsOptions.svelte +++ b/ts/deck-options/FsrsOptions.svelte @@ -229,7 +229,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html {#if computingWeights} {tr.actionsCancel()} {:else} - {tr.deckConfigComputeButton()} + {tr.deckConfigOptimizeButton()} {/if}