separate "(slow)"

This commit is contained in:
Luc Mcgrady 2025-06-12 23:11:52 +01:00
parent af1020d9c5
commit 7f0ad225b1
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C
2 changed files with 5 additions and 2 deletions

View file

@ -395,7 +395,8 @@ deck-config-weights = FSRS parameters
deck-config-compute-optimal-weights = Optimize FSRS parameters deck-config-compute-optimal-weights = Optimize FSRS parameters
deck-config-compute-minimum-recommended-retention = Minimum recommended retention deck-config-compute-minimum-recommended-retention = Minimum recommended retention
deck-config-optimize-button = Optimize Current Preset deck-config-optimize-button = Optimize Current Preset
deck-config-health-check = Check health when optimizing (slow) deck-config-slow-suffix = { $text } (slow)
deck-config-health-check = Check health when optimizing
deck-config-compute-button = Compute deck-config-compute-button = Compute
deck-config-ignore-before = Ignore cards reviewed before deck-config-ignore-before = Ignore cards reviewed before
deck-config-time-to-optimize = It's been a while - using the Optimize All Presets button is recommended. deck-config-time-to-optimize = It's been a while - using the Optimize All Presets button is recommended.

View file

@ -337,7 +337,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<SwitchRow bind:value={$healthCheck} defaultValue={false}> <SwitchRow bind:value={$healthCheck} defaultValue={false}>
<SettingTitle on:click={() => openHelpModal("healthCheck")}> <SettingTitle on:click={() => openHelpModal("healthCheck")}>
<GlobalLabel title={tr.deckConfigHealthCheck()} /> <GlobalLabel
title={tr.deckConfigSlowSuffix({ text: tr.deckConfigHealthCheck() })}
/>
</SettingTitle> </SettingTitle>
</SwitchRow> </SwitchRow>