mirror of
https://github.com/ankitects/anki.git
synced 2026-01-12 21:44:01 -05:00
fix: missing translation string
This commit is contained in:
parent
b59ff02f8d
commit
83049f7169
1 changed files with 1 additions and 1 deletions
|
|
@ -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"} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue