diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b53bd39d1..84e339462 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -145,6 +145,7 @@ Carlo Quick Dominique Martinet Virinci chandraiyengar +user1823 <92206575+user1823@users.noreply.github.com> ******************** diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index 95aaf71c1..6e628796b 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -329,7 +329,7 @@ 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-evaluate-button = Evaluate deck-config-desired-retention = Desired retention deck-config-sm2-retention = SM2 retention deck-config-smaller-is-better = Smaller numbers indicate a better fit to your review history. diff --git a/ts/deck-options/FsrsOptions.svelte b/ts/deck-options/FsrsOptions.svelte index f2f5e3232..b72e7ffdc 100644 --- a/ts/deck-options/FsrsOptions.svelte +++ b/ts/deck-options/FsrsOptions.svelte @@ -262,7 +262,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html {#if checkingWeights} {tr.actionsCancel()} {:else} - {tr.deckConfigAnalyzeButton()} + {tr.deckConfigEvaluateButton()} {/if} {#if computingWeights || checkingWeights}