mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
Apply suggestion from @user1823
Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com>
This commit is contained in:
parent
ea9a803366
commit
0ea25def9f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<HelpModal
|
<HelpModal
|
||||||
title={tr.statisticsTrueRetentionTitle()}
|
title={tr.statisticsTrueRetentionTitle()}
|
||||||
url={HelpPage.DeckOptions.desiredRetention}
|
url={HelpPage.DeckOptions.desiredRetention}
|
||||||
linkLabel="Desired retention"
|
linkLabel={tr.deckConfigDesiredRetention()}
|
||||||
{helpSections}
|
{helpSections}
|
||||||
on:mount={(e) => {
|
on:mount={(e) => {
|
||||||
modal = e.detail.modal;
|
modal = e.detail.modal;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue