From da027bccd9ad6bf118d0c24fb6bab2c7321904e0 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 27 Sep 2023 16:37:03 +1000 Subject: [PATCH] Tweak some wordings --- ftl/core/deck-config.ftl | 4 ++-- ts/deck-options/FsrsOptions.svelte | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}