fix: missing translation string

This commit is contained in:
Luc Mcgrady 2025-07-18 17:30:41 +01:00
parent b59ff02f8d
commit 83049f7169
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -316,7 +316,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</SpinBoxFloatRow> </SpinBoxFloatRow>
<button class="btn btn-primary" on:click={() => workloadModal?.show()}> <button class="btn btn-primary" on:click={() => workloadModal?.show()}>
{"Help Me Pick"} {tr.deckConfigFsrsDesiredRetentionHelpMeDecide()}
</button> </button>
<Warning warning={desiredRetentionChangeInfo} className={"alert-info two-line"} /> <Warning warning={desiredRetentionChangeInfo} className={"alert-info two-line"} />