Give a hint about optimizing all presets

This commit is contained in:
Damien Elmes 2023-12-11 14:27:17 +10:00
parent 1ec769f1ae
commit 50796e53b4
2 changed files with 3 additions and 0 deletions

View file

@ -350,6 +350,7 @@ deck-config-compute-optimal-weights = Optimize FSRS parameters
deck-config-compute-optimal-retention = Compute optimal retention
deck-config-optimize-button = Optimize
deck-config-compute-button = Compute
deck-config-optimize-all-tip = You can optimize all presets at once by using the button at the top.
deck-config-evaluate-button = Evaluate
deck-config-desired-retention = Desired retention
deck-config-sm2-retention = SM2 retention

View file

@ -310,6 +310,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{#if computingWeights || checkingWeights}<div>
{computeWeightsProgressString}
</div>{/if}
<div>{tr.deckConfigOptimizeAllTip()}</div>
</details>
</div>